zero constant
LayoutRect
const zero
A rectangle with zero position and size.
Implementation
static const LayoutRect zero = LayoutRect.fromLTWH(0.0, 0.0, 0.0, 0.0);
A rectangle with zero position and size.
static const LayoutRect zero = LayoutRect.fromLTWH(0.0, 0.0, 0.0, 0.0);