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