LineStyle constructor

LineStyle({
  1. String? color,
  2. double? width,
  3. String? type,
})

Implementation

LineStyle({this.color, this.width, this.type});