menu
infobits_calendar package
documentation
on_hover.dart
OnHover
OnHover const constructor
OnHover const constructor
dark_mode
light_mode
OnHover
constructor
const
OnHover
(
{
Key
?
key
,
required
Widget
builder
(
bool
isHovered
),
})
Implementation
const OnHover({super.key, required this.builder});
infobits_calendar package
documentation
on_hover
OnHover
OnHover const constructor
OnHover class