marginSet method

DefineMListViewModifier marginSet(
  1. EdgeInsets? value
)

Implementation

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