menu
az_ui package
documentation
widgets/button.dart
AzButton
onHover method
onHover method
dark_mode
light_mode
onHover
method
AzButton
onHover
(
void
callback
(
bool
)?
)
Implementation
AzButton onHover(void Function(bool)? callback){ _onHover = callback; return this; }
az_ui package
documentation
widgets/button
AzButton
onHover method
AzButton class