ExtraLine constructor
ExtraLine({})
Implementation
ExtraLine(
{required this.startIndex,
required this.startPrice,
required this.endIndex,
required this.endPrice,
this.color = Colors.blue});
ExtraLine(
{required this.startIndex,
required this.startPrice,
required this.endIndex,
required this.endPrice,
this.color = Colors.blue});