zero constant

Rect const zero = const Rect.fromLTRB(0.0, 0.0, 0.0, 0.0)

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)