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