menu
custom_widgets_library package
documentation
custom_button.dart
CustomButton
onPressed property
onPressed property
dark_mode
light_mode
onPressed
property
VoidCallback
onPressed
final
The callback function executed when the button is pressed.
Implementation
final VoidCallback onPressed;
custom_widgets_library package
documentation
custom_button
CustomButton
onPressed property
CustomButton class