menu
kitchenidea_chat_ui package
documentation
chat_ui/theme/theme_provider.dart
ThemeProvider
theme property
theme property
dark_mode
light_mode
theme
property
ThemeData
get
theme
Implementation
ThemeData get theme => _isDark ? darkTheme : lightTheme;
kitchenidea_chat_ui package
documentation
chat_ui/theme/theme_provider
ThemeProvider
theme property
ThemeProvider class