Returns a string representation of this OverflowBounds.
@override String toString() { return 'OverflowBounds(top: $top, bottom: $bottom, left: $left, right: $right)'; }