SingleCenteredMultiChildLayout constructor
const
SingleCenteredMultiChildLayout(})
Constructor for SingleCenteredMultiChildLayout.
centeredWidget is required, while the other widgets and gaps are optional.
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,
});