axis property

Axis get axis

Convert to Flutter's Axis

Implementation

Axis get axis => switch (this) {
  row || rowReverse => Axis.horizontal,
  column || columnReverse => Axis.vertical,
};