File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments