DottedLine constructor
const
DottedLine({})
Implementation
const DottedLine({
final Key? key,
this.dashHeight = 1,
this.color = Colors.grey,
this.dashWidth = 5,
this.dashRadius = 0,
this.space = 2.5,
}) : super(key: key);