menu
flutter_calendar_collection package
documentation
l10n/app_localizations.dart
AppLocalizations
startLabel property
startLabel property
dark_mode
light_mode
startLabel
property
String
get
startLabel
Implementation
String get startLabel => isChinese ? '起始' : 'Start';
flutter_calendar_collection package
documentation
l10n/app_localizations
AppLocalizations
startLabel property
AppLocalizations class