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