zero constant

Rect const zero

A rectangle with the top, left, right, and bottom edges all at zero.

Implementation

static const Rect zero = Rect.fromLTRB(0, 0, 0, 0);