FSTableColumn<T> constructor
const
FSTableColumn<T> ({})
Implementation
const FSTableColumn({
required this.header,
this.accessor,
this.cellBuilder,
this.sortable = false,
this.width,
this.headerAlign = TextAlign.left,
this.cellAlign = TextAlign.left,
this.visible = true,
this.priority,
});