ColumnModel constructor
ColumnModel(
- WidgetModel parent,
- String? id, {
- Scope? scope,
- dynamic data,
Implementation
ColumnModel(WidgetModel super.parent, super.id, {super.scope, super.data});