Skip to content

Commit

Permalink
example updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thangmam committed Dec 26, 2019
1 parent 52a8a9b commit cb87e99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class _MyAppState extends State<MyApp> {
child: SmoothStarRating(
rating: rating,
size: 45,
fullRatedIconData: Icons.bluetooth_audio,
halfRatedIconData: Icons.bluetooth_connected,
starCount: 5,
onRatingChanged: (value) {
setState(() {
Expand Down

0 comments on commit cb87e99

Please sign in to comment.