DottedLine constructor
const
DottedLine({})
Implementation
const DottedLine({
Key? key,
this.color = const Color(0xFFE7E7E7),
this.direction = Axis.horizontal,
this.dashHeight = 1,
this.dashWidth = 6,
}) : super(key: key);