setPaddingLeft method
Implementation
DefineMRowModifier setPaddingLeft(double value) {
return this.copyWith(
valuePadding:
(this.valuePadding ?? EdgeInsets.zero).copyWith(left: value),
);
}
DefineMRowModifier setPaddingLeft(double value) {
return this.copyWith(
valuePadding:
(this.valuePadding ?? EdgeInsets.zero).copyWith(left: value),
);
}