theme property

TableTheme? theme
final

Theme configuration for the table appearance.

Type: TableTheme?. Controls borders, colors, and overall styling. If null, uses the default theme from ComponentTheme.

Implementation

final TableTheme? theme;