Skip to content

Commit 1ca8668

Browse files
committed
working on GFsearchbar position changes
1 parent 8167d1a commit 1ca8668

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

example/lib/main.dart

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -251,22 +251,22 @@ class _MyHomePageState extends State<MyHomePage>
251251
GFRating(
252252
value: _rating,
253253
// size: 50,
254-
filledIcon: Icon(
255-
Icons.done_outline,
256-
size: 40,
257-
color: Colors.teal,
258-
),
259-
halfFilledIcon: Icon(
260-
Icons.done_all,
261-
size: 40,
262-
color: Colors.teal.withOpacity(0.75),
263-
),
264-
defaultIcon: Icon(
265-
Icons.done,
266-
size: 40,
267-
color: Colors.teal.withOpacity(0.25),
268-
),
269-
spacing: 8,
254+
// filledIcon: Icon(
255+
// Icons.done_outline,
256+
// size: 40,
257+
// color: Colors.teal,
258+
// ),
259+
// halfFilledIcon: Icon(
260+
// Icons.done_all,
261+
// size: 40,
262+
// color: Colors.teal.withOpacity(0.75),
263+
// ),
264+
// defaultIcon: Icon(
265+
// Icons.done,
266+
// size: 40,
267+
// color: Colors.teal.withOpacity(0.25),
268+
// ),
269+
// spacing: 8,
270270
// color: Colors.teal,
271271
// borderColor: Colors.tealAccent,
272272
// allowHalfRating: false,

0 commit comments

Comments
 (0)