menu
flutter_calendar_collection package
documentation
l10n/app_localizations.dart
AppLocalizations
noEvents property
noEvents property
dark_mode
light_mode
noEvents
property
String
get
noEvents
Implementation
String get noEvents => isChinese ? '暂无日程' : 'No events';
flutter_calendar_collection package
documentation
l10n/app_localizations
AppLocalizations
noEvents property
AppLocalizations class