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