marginSet method

DefineMTextFieldModifier marginSet(
  1. EdgeInsets? value
)

Implementation

DefineMTextFieldModifier marginSet(EdgeInsets? value) {
  return this.copyWith(valueMargin: value);
}