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