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