axis method

T axis(
  1. Axis? axis
)

@fixed ~ set the axis for children arrangement in the resulting widget

Implementation

T axis(Axis? axis) => resolve(axis, #axis);