maybeOf static method

EditorLang? maybeOf(
  1. BuildContext context
)

Implementation

static EditorLang? maybeOf(BuildContext context) {
  return Localizations.of<EditorLang>(context, EditorLang);
}