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 92cfa01 commit 75aab18Copy full SHA for 75aab18
1 file changed
lib/components/rating/gf_rating.dart
@@ -82,7 +82,7 @@ class GFRating extends StatelessWidget {
82
onTap: () {
83
if (onRatingChanged != null) onRatingChanged(index + 1.0);
84
},
85
- onHorizontalDragStart: ,
+// onHorizontalDragStart: ,
86
child: icon,
87
);
88
}
0 commit comments