DashWidget constructor

const DashWidget({
  1. double thickness = 1,
  2. Color color = Colors.black,
  3. Axis axis = Axis.horizontal,
})

Implementation

const DashWidget(
    {this.thickness = 1,
    this.color = Colors.black,
    this.axis = Axis.horizontal});