cAxis property

AxisC cAxis

Implementation

AxisC get cAxis =>
    this == flutter.Axis.horizontal ? AxisC.horizontal : AxisC.vertical;