VitTableHeaders constructor
const
VitTableHeaders({
- Key? key,
- required List<
VitTableColumn> columns, - required VitTableStyle style,
- int? sortingColumnIndex,
- bool isAscSort = true,
- double? rightSpace,
- bool allowExpand = true,
- bool isReordering = false,
- VitTableReorderMode reorderMode = VitTableReorderMode.row,
- double horizontalMargin = 0,
Implementation
const VitTableHeaders({
super.key,
required this.columns,
required this.style,
this.sortingColumnIndex,
this.isAscSort = true,
this.rightSpace,
this.allowExpand = true,
this.isReordering = false,
this.reorderMode = VitTableReorderMode.row,
this.horizontalMargin = 0,
});