showText property

bool Function(PlutoCell 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(PlutoCell cell) showText;