Skip to content

Commit 75aab18

Browse files
committed
onslide rating wokring on
1 parent 92cfa01 commit 75aab18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/components/rating/gf_rating.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class GFRating extends StatelessWidget {
8282
onTap: () {
8383
if (onRatingChanged != null) onRatingChanged(index + 1.0);
8484
},
85-
onHorizontalDragStart: ,
85+
// onHorizontalDragStart: ,
8686
child: icon,
8787
);
8888
}

0 commit comments

Comments
 (0)