menu
flutter_calendar_collection package
documentation
l10n/app_localizations.dart
AppLocalizations
checkInLabel property
checkInLabel property
dark_mode
light_mode
checkInLabel
property
String
get
checkInLabel
Implementation
String get checkInLabel => isChinese ? '入住' : 'Check-in';
flutter_calendar_collection package
documentation
l10n/app_localizations
AppLocalizations
checkInLabel property
AppLocalizations class