largest constant

Rect const largest

A rectangle covering the entire coordinate space, equal to dart:ui's definition.

Implementation

static const Rect largest = Rect.fromLTRB(-1e9, -1e9, 1e9, 1e9);