menu
flutter_calendar_collection package
documentation
l10n/app_localizations.dart
AppLocalizations
enterTitle property
enterTitle property
dark_mode
light_mode
enterTitle
property
String
get
enterTitle
Implementation
String get enterTitle => isChinese ? '输入事件标题' : 'Enter event title';
flutter_calendar_collection package
documentation
l10n/app_localizations
AppLocalizations
enterTitle property
AppLocalizations class