marginSet method

DefineMRowModifier marginSet(
  1. EdgeInsets? value
)

Implementation

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