GtdDashLine constructor

const GtdDashLine({
  1. Key? key,
  2. double dashWidth = 5,
  3. double dashSpace = 5,
})

Implementation

const GtdDashLine({super.key, this.dashWidth = 5, this.dashSpace = 5});