We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1502cd2 commit c3490ceCopy full SHA for c3490ce
lib/widget/regular/align/index.dart
@@ -4,7 +4,6 @@ import 'demo.dart' as Demo;
4
5
class Index extends StatefulWidget {
6
static String name = 'Align';
7
- static String routerName = 'align';
8
static String originCodeUrl = 'https://docs.flutter.io/flutter/widgets/Align-class.html';
9
static String codeUrl = 'docs/widget/regular/align/code.md';
10
static String mdUrl = 'docs/widget/regular/align/index.md';
lib/widget/regular/index.dart
@@ -29,7 +29,6 @@ List widgets = [
29
name: Padding.Index.name
30
),
31
ItemInfo(
32
- routerName: nameSpaces + Align.Index.routerName,
33
widget: Align.Index(),
34
code: 57917, // format_indent_decrease
35
name: Align.Index.name
0 commit comments