ModalHelper constructor
const
ModalHelper({
- required Widget? content,
- required BuildContext context,
- Widget? topBar,
- Widget? topBarTitle,
- double? minDialogWidth = 0.0,
Implementation
const ModalHelper({required this.content, required this.context, this.topBar, this.topBarTitle, this.minDialogWidth = 0.0});