zero constant

Rect const zero

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);