largest property

Rect largest
final

A rectangle that covers the entire coordinate space.

This actually covers the space from about -3e38,-3e38 to about 3e38,3e38. This is the space over which graphics operations are valid.

Implementation

static final Rect largest = new Rect.fromLTRB(-_skScalarMax, -_skScalarMax, _skScalarMax, _skScalarMax)