marginSet method

DefineMTextModifier marginSet(
  1. EdgeInsets? value
)

Implementation

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