onRatingChanged property

ValueChanged<int>? onRatingChanged
final

Callback that returns the new rating when a star is tapped.

Implementation

final ValueChanged<int>? onRatingChanged;