onRatingUpdate property
The callback function that is called when the rating is updated. The default value is null. The callback function will be called with the new rating value.
Implementation
final ValueChanged<double>? onRatingUpdate;
The callback function that is called when the rating is updated. The default value is null. The callback function will be called with the new rating value.
final ValueChanged<double>? onRatingUpdate;