LineStyleSpec constructor

const LineStyleSpec({
  1. Color? color,
  2. List<int>? dashPattern,
  3. int? thickness,
})

Implementation

const LineStyleSpec({this.color, this.dashPattern, this.thickness});