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