menu
flutter_calendar_collection package
documentation
l10n/app_localizations.dart
AppLocalizations
weekLabel property
weekLabel property
dark_mode
light_mode
weekLabel
property
String
get
weekLabel
Implementation
String get weekLabel => isChinese ? '周' : 'Week';
flutter_calendar_collection package
documentation
l10n/app_localizations
AppLocalizations
weekLabel property
AppLocalizations class