LineStyle constructor

LineStyle({
  1. RGBA? color,
  2. LineStylePattern? pattern,
})

Implementation

LineStyle({this.color, this.pattern});