marginSet method

DefineMStackModifier marginSet(
  1. EdgeInsets? value
)

Implementation

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