SectionBeanY constructor

SectionBeanY({
  1. double startRatio = 0,
  2. double widthRatio = 0,
  3. Color? fillColor,
  4. Color? borderColor,
  5. double? borderWidth = 1,
  6. bool isBorderSolid = true,
})

Implementation

SectionBeanY(
    {this.startRatio = 0,
    this.widthRatio = 0,
    this.fillColor,
    this.borderColor,
    this.borderWidth = 1,
    this.isBorderSolid = true});