setAxis method

void setAxis(
  1. Axis axis
)

Implementation

void setAxis(Axis axis) {
  updateValue(value.copyWith(
    axis: axis,
  ));
}