marginSet method

DefineMTileModifier marginSet(
  1. EdgeInsets? value
)

Implementation

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