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