FxCustomRating constructor
const
FxCustomRating({})
Implementation
const FxCustomRating(
{Key? key,
this.starSize = 24,
this.starSpacing = 8,
this.starColors,
this.initialRating = 5,
required this.onRatingChange,
this.inactiveStarColor = Colors.grey,
this.activeIcon = Icons.star,
this.inActiveIcon = Icons.star_outline})
: super(key: key);