action property

void Function(bool hovering) action
final

Function called with true when hover begins and false when it ends.

Implementation

final void Function(bool hovering) action;