allowsOverflow property

bool allowsOverflow

Implementation

bool get allowsOverflow {
  return (left || top || right || bottom);
}