GenericDropDownDialogBox constructor

const GenericDropDownDialogBox({
  1. Key? key,
  2. required String headerText,
  3. required Widget content,
})

Implementation

const GenericDropDownDialogBox(
    {super.key, required this.headerText, required this.content});