zero constant
ParentEdge
const zero
A ParentEdge with all edges set to zero.
Implementation
static const ParentEdge zero = ParentEdge(
left: 0.0,
top: 0.0,
right: 0.0,
bottom: 0.0,
);
A ParentEdge with all edges set to zero.
static const ParentEdge zero = ParentEdge(
left: 0.0,
top: 0.0,
right: 0.0,
bottom: 0.0,
);