menu
risto_widgets package
documentation
widgets/buttons/custom_action_button.dart
CustomActionButton
onPressed property
onPressed property
dark_mode
light_mode
onPressed
property
VoidCallback
?
onPressed
final
The callback that is called when the button is tapped.
Implementation
final VoidCallback? onPressed;
risto_widgets package
documentation
widgets/buttons/custom_action_button
CustomActionButton
onPressed property
CustomActionButton class