zero constant

OverflowBounds const zero

A constant representing no overflow in any direction.

Implementation

static const OverflowBounds zero = OverflowBounds(
  top: 0,
  bottom: 0,
  left: 0,
  right: 0,
);