onRatingChanged property
Callback when the rating is changed by the user. If null, the widget is read-only.
Implementation
final ValueChanged<double>? onRatingChanged;
Callback when the rating is changed by the user. If null, the widget is read-only.
final ValueChanged<double>? onRatingChanged;