onChange property

void Function(double value)? onChange
final

Function called whenever the rating changes

Implementation

final void Function(double value)? onChange;