along method

  1. @override
double along(
  1. Axis axis
)
override

The total offset in the given direction.

Implementation

@override
double along(Axis axis) => $value.along(axis);