DashedLine constructor
const
DashedLine({})
Implementation
const DashedLine({
super.key,
required this.color,
this.dashLength = 4,
this.dashGap = 4,
this.lineWith = 1,
this.direction = Axis.horizontal, // 默认方向为横向
});