builder property
Builder for showing how the widget should be in hover or unhovered state
Implementation
final Widget Function(BuildContext context, bool isHovered) builder;
Builder for showing how the widget should be in hover or unhovered state
final Widget Function(BuildContext context, bool isHovered) builder;