menu
shared_component package
documentation
widgets/app_widgets.dart
AppDialog
AppDialog.new const constructor
AppDialog.new const constructor
dark_mode
light_mode
AppDialog
constructor
const
AppDialog
(
{
Key
?
key
,
String
?
title
,
Widget
?
content
,
List
<
Widget
>
?
actions
,
})
Implementation
const AppDialog({ super.key, this.title, this.content, this.actions, });
shared_component package
documentation
widgets/app_widgets
AppDialog
AppDialog.new const constructor
AppDialog class