SingleCenteredMultiChildLayout constructor

const SingleCenteredMultiChildLayout(
  1. Widget centeredWidget, {
  2. Widget? bottomWidget,
  3. Widget? topWidget,
  4. Widget? leftWidget,
  5. Widget? rightWidget,
  6. double topGap = 0,
  7. double bottomGap = 0,
  8. double leftGap = 0,
  9. double rightGap = 0,
  10. Key? key,
})

Implementation

const SingleCenteredMultiChildLayout(
  this.centeredWidget, {
  this.bottomWidget,
  this.topWidget,
  this.leftWidget,
  this.rightWidget,
  this.topGap = 0,
  this.bottomGap = 0,
  this.leftGap = 0,
  this.rightGap = 0,
  super.key,
});