LineStyle constructor
const
LineStyle({})
Implementation
const LineStyle({
this.color = Colors.black,
this.width = 1,
this.cap = StrokeCap.butt,
this.join = StrokeJoin.miter,
this.dash = const [],
this.shadow,
this.shader,
this.smooth = false,
this.align = Align2.center,
});