Offset infinite = const Offset(double.INFINITY, double.INFINITY)

An offset with infinite x and y components.

See also:

  • isInfinite, which checks whether either component is infinite.
  • isFinite, which checks whether both components are finite.