NiceGridColumn<T> constructor
Implementation
const NiceGridColumn({
required this.id,
required this.header,
required this.cellBuilder,
this.width,
this.flex = 1,
this.sortable = false,
this.resizable = false,
this.alignment = Alignment.centerLeft,
});