menu
flutter_common_widgets_softx package
documentation
common/app_button.dart
AppButton
onTap property
onTap property
dark_mode
light_mode
onTap
property
VoidCallback
?
onTap
final
The callback triggered when the button is tapped.
Implementation
final VoidCallback? onTap;
flutter_common_widgets_softx package
documentation
common/app_button
AppButton
onTap property
AppButton class