reversed property

bool reversed
final

Whether the coordinate system is reversed.

Defaults to false.

This value affects the generation of the Y-axis. See SlidableLineChartState._generateYAxis.

Implementation

final bool reversed;