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