DashLine constructor
const
DashLine({})
Creates a dash line widget.
Implementation
const DashLine({
Key? key,
this.length = 100.0,
this.thickness = 2.0,
this.color = Colors.black,
this.dashLength = 5.0,
this.dashGap = 3.0,
}) : super(key: key);