FespContainerData constructor

const FespContainerData({
  1. FespContainerSize size = FespContainerSize.FILL,
  2. FespContainerType type = FespContainerType.USUAL,
  3. double margin = 8,
  4. double padding = 8,
  5. double? height,
  6. SizedBox fespBuilder0(
    1. BuildContext p0,
    2. $FespContainerBuilderData p1
    )?,
})

Implementation

const FespContainerData({
  this.size = FespContainerSize.FILL,
  this.type = FespContainerType.USUAL,
  this.margin = 8,
  this.padding = 8,
  this.height,
  super.fespBuilder0,
});