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