menu
flutter_telegram_web_app package
documentation
flutter_telegram_web_app.dart
TelegramTheme
currentTheme property
currentTheme property
dark_mode
light_mode
currentTheme
property
ThemeData
?
get
currentTheme
Implementation
static ThemeData? get currentTheme => isDarkMode ? dark : light;
flutter_telegram_web_app package
documentation
flutter_telegram_web_app
TelegramTheme
currentTheme property
TelegramTheme class