marginSet method

DefineMContainerModifier marginSet(
  1. EdgeInsets? value
)

Implementation

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