menu
arcane_jaspr package
documentation
component/support/gesture.dart
OnHover
OnHover.new const constructor
OnHover.new const constructor
dark_mode
light_mode
OnHover
constructor
const
OnHover
(
{
required
void
action
(
bool
hovering
),
required
Widget
child
,
Key
?
key
,
})
Implementation
const OnHover({required this.action, required this.child, super.key});
arcane_jaspr package
documentation
component/support/gesture
OnHover
OnHover.new const constructor
OnHover class