spanForAxis method

int spanForAxis(
  1. Axis axis
)

Implementation

int spanForAxis(Axis axis) => endForAxis(axis) - startForAxis(axis);