mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-06-06 10:37:47 +08:00
@ -57,7 +57,7 @@ const Text10 = '''
|
||||
''';
|
||||
|
||||
class Demo extends StatefulWidget {
|
||||
static const String routeName = '/element/Media/Canvas/PainterPath';
|
||||
static const String routeName = '/element/Media/Canvas/Canvas';
|
||||
|
||||
_DemoState createState() => _DemoState();
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ const Text5 = '''
|
||||
|
||||
|
||||
class Demo extends StatefulWidget {
|
||||
static const String routeName = '/element/Media/Canvas/Canvas';
|
||||
static const String routeName = '/element/Media/Canvas/PainterPath';
|
||||
|
||||
_DemoState createState() => _DemoState();
|
||||
}
|
||||
|
Reference in New Issue
Block a user