margin method
Implementation
DefineMTextFieldModifier margin(double? value) {
return this.copyWith(valueMargin: EdgeInsets.all(value ?? 0));
}
DefineMTextFieldModifier margin(double? value) {
return this.copyWith(valueMargin: EdgeInsets.all(value ?? 0));
}