infinite constant

PrinterSize 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 PrinterSize infinite = PrinterSize(double.infinity, double.infinity);