cellTheme property

TableCellTheme? cellTheme
final

Default theme for all table cells.

Type: TableCellTheme?. Provides default styling for table cells including padding, borders, and text styles. Individual cells can override this theme.

Implementation

final TableCellTheme? cellTheme;