borderAll property

double get borderAll

Implementation

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