FLDyUnitDivider constructor

FLDyUnitDivider(
  1. double? height,
  2. double? thickness,
  3. double? indent,
  4. double? endIndent,
  5. String? color,
)

Implementation

FLDyUnitDivider(
    this.height, this.thickness, this.indent, this.endIndent, this.color);