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