horizontal property
      
      double
      get
      horizontal
      
    
    
The total offset in the horizontal direction.
Implementation
double get horizontal => _left + _right + _start + _end;The total offset in the horizontal direction.
double get horizontal => _left + _right + _start + _end;