axis property

  1. @Deprecated('Access this value using the context instead.')
Axis? get axis

The axis on which to constrain any stretching.

Implementation

@Deprecated('Access this value using the context instead.')
Axis? get axis => _context.axis;