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