zero constant

Rect const zero

A zero-sized rectangle at the origin.

Implementation

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