add method

Implementation

DefineMColumnModifier add(Widget child) {
  return this.copyWith(children: (this.children ?? [])..add(child));
}