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 42df9ce commit cb560bfCopy full SHA for cb560bf
1 file changed
example/lib/main.dart
@@ -62,7 +62,14 @@ class _MyHomePageState extends State<MyHomePage> {
62
@override
63
Widget build(BuildContext context) {
64
return Scaffold(
65
- body: Center(child: GFBadge()),
+ body: Center(
66
+ child: GFBadge(
67
+ shape: GFBadgeShape.circle,
68
+ color: Colors.green,
69
+ text: 'dk',
70
+ textColor: Colors.red,
71
+ child: Icon(Icons.add),
72
+ )),
73
);
74
}
75
0 commit comments