onRatingUpdate property

ValueChanged<double>? onRatingUpdate
final

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;