Skip to content

Commit f57ac64

Browse files
committed
components definition has been changed
1 parent 3126344 commit f57ac64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/lib/main.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -442,10 +442,10 @@ class _MyHomePageState extends State<MyHomePage>
442442
// borderSide: BorderSide(color: Colors.pink, width: 1.0, style: BorderStyle.solid),
443443
// borderShape: RoundedRectangleBorder(side: BorderSide(color: Colors.pink, width: 2.0, style: BorderStyle.solid), borderRadius: BorderRadius.zero),
444444
text: 'goodiesdxs',
445-
// color: GFColor.success,
446-
// textColor: GFColor.dark,
447-
// shape: GFButtonShape.pills,
448-
// type: GFType.outline2x,
445+
color: GFColor.success,
446+
textColor: GFColor.dark,
447+
shape: GFButtonShape.pills,
448+
type: GFType.outline2x,
449449
// size: GFSize.small,
450450
icon: GFBadge(
451451
child: Text("12"),

0 commit comments

Comments
 (0)