marginAll property

double get marginAll

Implementation

double get marginAll {
  return margin.left + margin.right + margin.top + margin.bottom;
}