exportText property

String exportText
final

The string value to use when exporting this cell to Excel, PDF, or Word. Because external files cannot render arbitrary Flutter widgets, this acts as the fallback text (e.g., "Active" for a status badge).

Implementation

final String exportText;