DashLine constructor

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

Implementation

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