low property

double? low
final

The "low" price. If either one of high or low is null, we won't draw the narrow part of the candlestick for that data point.

Implementation

final double? low;