ConnectingLines constructor
ConnectingLines({})
Creates a ConnectingLines.
Implementation
ConnectingLines({
super.color,
super.origin,
this.roundCorners = false,
List<double>? interval,
}) : lineInterval = interval ?? [3, 1];