menu
lb_planner
modules/app/presentation/widgets/generic_dialog.dart
DialogAction
onPressed property
onPressed
dark_mode
light_mode
onPressed
property
void Function
(
BuildContext
)
onPressed
final
The action to be taken when the action is pressed.
Implementation
final void Function(BuildContext) onPressed;
lb_planner
generic_dialog
DialogAction
onPressed property
DialogAction class