FLDyUnitBorder constructor

FLDyUnitBorder(
  1. String? color,
  2. double? width,
  3. String? style
)

Implementation

FLDyUnitBorder(this.color, this.width, this.style);