zero constant

ParentRect const zero

Implementation

static const ParentRect zero = ParentRect.fromLTWH(
  0.0,
  0.0,
  0.0,
  0.0,
  ParentEdge(left: 0.0, top: 0.0, right: 0.0, bottom: 0.0),
);