hover property

(void Function(bool state)?) hover
final

Callback function that handles the 'hover' event (on or off the node).

Implementation

final void Function(bool state)? hover;