ColumnHeaderModel<T> constructor
ColumnHeaderModel<T> ({})
constuctor
Implementation
ColumnHeaderModel({
this.id,
required this.slug,
required this.label,
this.orderNumber = -1,
this.textAlign,
this.fixedWidth,
this.columnType = RowFieldWidgetType.textWidget,
this.otherData
});