addList method
Implementation
DefineMRowModifier addList(List<Widget> value) {
return this.copyWith(children: (this.children ?? [])..addAll(value));
}
DefineMRowModifier addList(List<Widget> value) {
return this.copyWith(children: (this.children ?? [])..addAll(value));
}