action property
Function called with true when hover begins and false when it ends.
Implementation
final void Function(bool hovering) action;
Function called with true when hover begins and false when it ends.
final void Function(bool hovering) action;