SectionBean constructor

SectionBean({
  1. TextSetModel? textTitle,
  2. ImgSetModel? imgTitle,
  3. double titleBottomSpace = 0,
  4. double startRatio = 0,
  5. double widthRatio = 0,
  6. Color? fillColor,
  7. Color? borderColor,
  8. double? borderWidth = 1,
  9. bool isBorderSolid = true,
})

Implementation

SectionBean(
    {this.textTitle,
    this.imgTitle,
    this.titleBottomSpace = 0,
    this.startRatio = 0,
    this.widthRatio = 0,
    this.fillColor,
    this.borderColor,
    this.borderWidth = 1,
    this.isBorderSolid = true});