feat: add graphql types for user screen

This commit is contained in:
Rongjian Zhang
2019-12-06 21:51:33 +08:00
parent 405cc03a30
commit b11d6be74b
12 changed files with 101250 additions and 247 deletions

View File

@@ -10,7 +10,12 @@ class EntryItem extends StatelessWidget {
final WidgetBuilder screenBuilder;
final String url;
EntryItem({this.count, this.text, this.screenBuilder, this.url});
EntryItem({
@required this.count,
@required this.text,
this.screenBuilder,
this.url,
});
@override
Widget build(BuildContext context) {