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