marginAll property

double marginAll

Implementation

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