Decide whether to display the text in the cell.
// Display the text in all cells. showText: (cell) => true,
final bool Function(NhidsCell cell) showText;