TreeColumn constructor
const
TreeColumn({
- required OdooField field,
- ColumnAggregate aggregate = ColumnAggregate.none,
- ColumnOptional optional = ColumnOptional.none,
- String? width,
- bool editable = false,
- String? decoration,
Implementation
const TreeColumn({
required this.field,
this.aggregate = ColumnAggregate.none,
this.optional = ColumnOptional.none,
this.width,
this.editable = false,
this.decoration,
});