onChanged property

ValueChanged<double>? onChanged
final

Called when the rating is changed. If this is null, the RatingBar will not detect touch inputs

Implementation

final ValueChanged<double>? onChanged;