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