onRatingChanged property

ValueChanged<double>? onRatingChanged
final

Callback when a star is tapped (for interactive ratings)

Implementation

final ValueChanged<double>? onRatingChanged;