DashLine constructor

const DashLine({
  1. double height = 1,
  2. Color color = Colors.black,
  3. double dashWidth = 10.0,
})

Implementation

const DashLine({this.height = 1, this.color = Colors.black, this.dashWidth = 10.0});