onRatingChanged property

(dynamic Function(double newRating)?) onRatingChanged
final

It handles the changes inside the rating bar

Implementation

final Function(double newRating)? onRatingChanged;