marginSet method

DefineMColumnModifier marginSet(
  1. EdgeInsets? value
)

Implementation

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