marginSet method

DefineMAddButtonModifier marginSet(
  1. EdgeInsets? value
)

Implementation

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