menu
az_ui package
documentation
widgets/button.dart
AzButton
onLongPress method
onLongPress method
dark_mode
light_mode
onLongPress
method
AzButton
onLongPress
(
VoidCallback
?
callback
)
Implementation
AzButton onLongPress(VoidCallback? callback){ _onLongPress = callback; return this; }
az_ui package
documentation
widgets/button
AzButton
onLongPress method
AzButton class