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