ColumnInfo<T, V> constructor
const
ColumnInfo<T, V> ({})
Implementation
const ColumnInfo({
required this.def,
required this.id,
required this.isVisible,
required this.isPinnedLeft,
required this.isPinnedRight,
this.effectiveWidth,
required this.orderIndex,
});