of static method

Localino? of(
  1. BuildContext context
)

Delegate of Localino for the widget tree that corresponds to the given context.

Note: usable only with LocalizationsDelegate. If delegate is not specified use Control.localization instead.

Implementation

static Localino? of(BuildContext context) =>
    Localizations.of<Localino>(context, Localino);