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