onHover property

ValueChanged<double>? onHover
final

The callback is triggered whenever the mouse hovers over the rating widgets. It reports the rate value at that pointer position. This callback only reports the next value, to actually change the visual appearance of the widget, it needs to be rebuilt with the new rate value.

Implementation

final ValueChanged<double>? onHover;