RatingWithReaction constructor

const RatingWithReaction(
  1. int maxStars, {
  2. Key? key,
})

Implementation

const RatingWithReaction(this.maxStars, {Key? key})
    : super(key: key);