ShadFlowDialogFillBody constructor

const ShadFlowDialogFillBody({
  1. Key? key,
  2. required Widget child,
  3. EdgeInsets padding = shadDialogScrollableListPadding,
  4. double? maxWidth,
})

Implementation

const ShadFlowDialogFillBody({super.key, required this.child, this.padding = shadDialogScrollableListPadding, this.maxWidth});