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 db2d320 commit abf5139Copy full SHA for abf5139
1 file changed
example/lib/main.dart
@@ -62,15 +62,14 @@ class _MyHomePageState extends State<MyHomePage> {
62
Widget build(BuildContext context) {
63
return Scaffold(
64
body: Center(
65
- child: GFButtonBadge(
66
- color: GFColor.light,
67
- text: 'hi',
+ child: GFIconBadge(
68
onPressed: null,
+ child: GFIconButton(
+ icon: Icon(Icons.share),
69
+ ),
70
counterChild: GFBadge(
71
text: '12',
- color: GFColor.warning,
72
),
73
- position: GFPosition.start,
74
75
76
);
0 commit comments