mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-29 19:13:36 -05:00
feat: add graphql types for user screen
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user