onHover property

ValueChanged<bool>? onHover
final

鼠标进入/退出组件范围时会回调

Callback when the mouse enters/exits the component range

Implementation

final ValueChanged<bool>? onHover;