TableCellState constructor
const
TableCellState({})
Implementation
const TableCellState({
required this.isActive,
required this.isRowActive,
required this.isColumnActive,
required this.isCellSelected,
required this.isRowSelected,
required this.isColumnSelected,
required this.isFocused,
required this.rowIndex,
required this.columnIndex,
});