XLDrawLine constructor

XLDrawLine({
  1. Color? lineColor,
  2. double strokeWidth = 4.0,
})

Implementation

XLDrawLine({this.lineColor, this.strokeWidth = 4.0});