toString method

  1. @override
String toString()
override

Returns a string representation of this OverflowBounds.

Implementation

@override
String toString() {
  return 'OverflowBounds(top: $top, bottom: $bottom, left: $left, right: $right)';
}