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