FespContainerData constructor
const
FespContainerData({
- FespContainerSize size = FespContainerSize.FILL,
- FespContainerType type = FespContainerType.USUAL,
- double margin = 8,
- double padding = 8,
- double? height,
- SizedBox fespBuilder0()?,
Implementation
const FespContainerData({
this.size = FespContainerSize.FILL,
this.type = FespContainerType.USUAL,
this.margin = 8,
this.padding = 8,
this.height,
super.fespBuilder0,
});