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