ModalHelper constructor

const ModalHelper({
  1. required Widget? content,
  2. required BuildContext context,
  3. Widget? topBar,
  4. Widget? topBarTitle,
  5. double? minDialogWidth = 0.0,
})

Implementation

const ModalHelper({required this.content, required this.context, this.topBar, this.topBarTitle, this.minDialogWidth = 0.0});