menu
ui_pro package
documentation
widgets/buttons/ui_button.dart
UIProButton
onPressed property
onPressed property
dark_mode
light_mode
onPressed
property
VoidCallback
?
onPressed
final
Called when the button is pressed. If null, the button is disabled.
Implementation
final VoidCallback? onPressed;
ui_pro package
documentation
widgets/buttons/ui_button
UIProButton
onPressed property
UIProButton class