onRatingUpdate property

ValueChanged<double> onRatingUpdate
final

Return current rating whenever rating is updated.

updateOnDrag can be used to change the behaviour how the callback reports the update.

Implementation

final ValueChanged<double> onRatingUpdate;