menu
bootstrap_ui_flutter package
documentation
ui/components/button/bs_button.dart
BsButton
onPressed property
onPressed property
dark_mode
light_mode
onPressed
property
VoidCallback
?
onPressed
final
Callback when the button is pressed. If null, the button is disabled.
Implementation
final VoidCallback? onPressed;
bootstrap_ui_flutter package
documentation
ui/components/button/bs_button
BsButton
onPressed property
BsButton class