ShadFlowDialogScrollableBody constructor

const ShadFlowDialogScrollableBody({
  1. Key? key,
  2. required Widget child,
  3. EdgeInsets padding = shadDialogScrollableListPadding,
  4. double? maxWidth,
  5. double? contentHeight,
  6. bool centerSparseContent = false,
  7. double keyboardInset = 0.0,
})

Implementation

const ShadFlowDialogScrollableBody({
  super.key,
  required this.child,
  this.padding = shadDialogScrollableListPadding,
  this.maxWidth,
  this.contentHeight,
  this.centerSparseContent = false,
  this.keyboardInset = 0.0,
});