onRatingChanged property

ValueChanged<double>? onRatingChanged
final

Callback when the rating is changed by the user. If null, the widget is read-only.

Implementation

final ValueChanged<double>? onRatingChanged;