showText property

bool Function(NhidsCell cell) showText
final

Decide whether to display the text in the cell.

// Display the text in all cells.
showText: (cell) => true,

Implementation

final bool Function(NhidsCell cell) showText;