WaterfallConnectorLineSettings constructor
const
WaterfallConnectorLineSettings({})
Creating an argument constructor of WaterfallConnectorLineSettings class.
Implementation
const WaterfallConnectorLineSettings(
{double? width, Color? color, this.dashArray = const <double>[0, 0]})
: super(color: color, width: width ?? 1);