menu
arcane_jaspr package
documentation
core/props/floating_props.dart
FloatingProps
onOpenChange property
onOpenChange property
dark_mode
light_mode
onOpenChange
property
void Function
(
bool
isOpen
)
?
onOpenChange
final
Callback when open state changes.
Implementation
final void Function(bool isOpen)? onOpenChange;
arcane_jaspr package
documentation
core/props/floating_props
FloatingProps
onOpenChange property
FloatingProps class