TableCellText

fun TableCellText(value: Any?, bold: Boolean = false)

Renders a flexRender result as plain text. Convenience wrapper around BasicText that tolerates null and exposes a bold variant for headers.

For themed typography wrap your own Text composable around the flexRender output instead — this helper is intentionally minimal so the adapter stays free of Material/Cupertino dependencies.