infinite constant

Size const infinite

A size whose width and height are infinite.

See also:

  • isInfinite, which checks whether either dimension is infinite.
  • isFinite, which checks whether both dimensions are finite.

Implementation

static const Size infinite = Size(double.infinity, double.infinity);