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 d69f59e commit cdb526dCopy full SHA for cdb526d
lib/load_more.dart
@@ -58,33 +58,5 @@ class LoadMore extends StatelessWidget {
58
)
59
],
60
);
61
- // TODO: implement build
62
- return Container(
63
- child: Row(
64
- crossAxisAlignment: CrossAxisAlignment.center,
65
- children: <Widget>[
66
- Expanded(
67
- child: Text(""),
68
- flex: 4,
69
- ),
70
71
- flex: 12,
72
73
74
- Expanded(child: Divider()),
75
- Row(
76
- children: <Widget>[CupertinoActivityIndicator(), Text("正在加载")],
77
78
79
- ],
80
81
82
83
84
85
- )
86
87
88
- );
89
}
90
0 commit comments