Skip to content

Commit 92cfa01

Browse files
committed
working on rating on slide
1 parent 55f14d5 commit 92cfa01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/components/rating/gf_rating.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class GFRating extends StatelessWidget {
8282
onTap: () {
8383
if (onRatingChanged != null) onRatingChanged(index + 1.0);
8484
},
85+
onHorizontalDragStart: ,
8586
child: icon,
8687
);
8788
}

0 commit comments

Comments
 (0)