localizations property

ChecklistLocalizations? localizations
final

Custom implementation of ChecklistLocalizations to replace the default ones or provide unavailable ones.

For an example on how to implement this class, look at any generated implementation for the already supported languages: github.com/maelchiotti/flutter_checklist/tree/main/lib/l10n/checklist_localizations.

Implementation

final ChecklistLocalizations? localizations;