SectionBean constructor
SectionBean({
- TextSetModel? textTitle,
- ImgSetModel? imgTitle,
- double titleBottomSpace = 0,
- double startRatio = 0,
- double widthRatio = 0,
- Color? fillColor,
- Color? borderColor,
- double? borderWidth = 1,
- 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});