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