borderAll property

double borderAll

Implementation

double get borderAll {
  return border.left + border.right + border.top + border.bottom;
}