menu
shared_component package
documentation
widgets/app_widgets.dart
GenericDropDownDialogBox
GenericDropDownDialogBox.new const constructor
GenericDropDownDialogBox.new const constructor
dark_mode
light_mode
GenericDropDownDialogBox
constructor
const
GenericDropDownDialogBox
(
{
Key
?
key
,
required
String
headerText
,
required
Widget
content
,
})
Implementation
const GenericDropDownDialogBox( {super.key, required this.headerText, required this.content});
shared_component package
documentation
widgets/app_widgets
GenericDropDownDialogBox
GenericDropDownDialogBox.new const constructor
GenericDropDownDialogBox class