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