Skip to content

Commit cdb526d

Browse files
committed
docs(loadmore): remove useless code
1 parent d69f59e commit cdb526d

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

lib/load_more.dart

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -58,33 +58,5 @@ class LoadMore extends StatelessWidget {
5858
)
5959
],
6060
);
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-
Expanded(
71-
flex: 12,
72-
child: Row(
73-
children: <Widget>[
74-
Expanded(child: Divider()),
75-
Row(
76-
children: <Widget>[CupertinoActivityIndicator(), Text("正在加载")],
77-
),
78-
Expanded(child: Divider()),
79-
],
80-
),
81-
),
82-
Expanded(
83-
child: Text(""),
84-
flex: 4,
85-
)
86-
],
87-
),
88-
);
8961
}
9062
}

0 commit comments

Comments
 (0)