theme property

TUIThemeData theme
final

Default visual properties, like colors fonts and shapes, for this app's fluent widgets.

A second darkTheme TUIThemeData value, which is used to provide a dark version of the user interface can also be specified. themeMode will control which theme will be used if a darkTheme is provided.

Implementation

final TUIThemeData theme;