of static method
- BuildContext context
Get the CATLocalizations object for the given context.
Args: context (BuildContext): The context from which we want to obtain the localizations.
Implementation
static CATLocalizations of(BuildContext context) =>
Localizations.of<CATLocalizations>(context, CATLocalizations)!;