menu
artisanal package
documentation
tui.dart
Table
theme method
theme method
dark_mode
light_mode
theme
method
Table
theme
(
TableTheme
theme
)
Sets a table theme for the table.
Implementation
Table theme(TableTheme theme) { _theme = theme; return this; }
artisanal package
documentation
tui
Table
theme method
Table class