zero constant

Rectangle const zero

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

Implementation

static const Rectangle zero = Rectangle.fromLTRB(0.0, 0.0, 0.0, 0.0);