withLeft method
Creates new EdgeInsets with specified left padding
Implementation
EdgeInsets withLeft(double value) => copyWith(left: value);
Creates new EdgeInsets with specified left padding
EdgeInsets withLeft(double value) => copyWith(left: value);