RatingStarsChanged typedef

RatingStarsChanged = void Function(double realStars, double selectedStars)

Implementation

typedef RatingStarsChanged = void Function(
    double realStars, double selectedStars);