zero constant Null safety
A rectangle with left, top, right, and bottom edges all at zero.
Implementation
static const Rect zero = Rect.fromLTRB(0.0, 0.0, 0.0, 0.0);
A rectangle with left, top, right, and bottom edges all at zero.
static const Rect zero = Rect.fromLTRB(0.0, 0.0, 0.0, 0.0);