builder property
final
The builder to build the widget based if the user is hovering over it or not.
Implementation
final Widget Function(BuildContext context, bool isHovering) builder;
The builder to build the widget based if the user is hovering over it or not.
final Widget Function(BuildContext context, bool isHovering) builder;