Skip to content

Commit

Permalink
Fixes issue thangmam#19 ('package:flutter/src/rendering/wrap.dart': F…
Browse files Browse the repository at this point in the history
…ailed assertion: line 122 pos 15: 'spacing != null': is not true.)
  • Loading branch information
thangmam committed Dec 29, 2019
1 parent 8095795 commit ee3067f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smooth_star_rating.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SmoothStarRating extends StatelessWidget {
final double spacing;
SmoothStarRating({
this.starCount = 5,
this.spacing,
this.spacing=0.0,
this.rating = 0.0,
this.defaultIconData,
this.onRatingChanged,
Expand Down

0 comments on commit ee3067f

Please sign in to comment.