endWithChart property

bool endWithChart

This decoration can continue beyond padding set by ChartState setting this to true will stop drawing on padding, and will end at same place where the chart will end

This does not apply to axis legend text, text can still be shown on the padding part

Implementation

bool get endWithChart => _endWithChart > 0.5;