addToRight method
Adds the specified value to the existing right padding
Implementation
EdgeInsets addToRight(double value) => copyWith(right: this.right + value);
Adds the specified value to the existing right padding
EdgeInsets addToRight(double value) => copyWith(right: this.right + value);