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