RatingBar constructor
const
RatingBar({})
Implementation
const RatingBar(
{this.maxRating = 10.0,
this.count = 5,
this.value = 0,
this.size = 20,
required this.normalImage,
required this.selectImage,
this.padding = 3,
this.selectAble = false,
this.half = false,
required this.onRatingUpdate,
Key? key})
: super(key: key);