onHover property

(void Function(bool)?) onHover
final

The callback that is called when the base control hover state changes.

Implementation

final void Function(bool)? onHover;