DashedLine constructor
const
DashedLine({})
Implementation
const DashedLine({
Key? key,
required this.axis,
required this.color,
required this.dashSpace,
required this.dashWidth,
required this.strokeWidth,
required this.padding,
required this.width,
required this.height,
}) : super(key: key);