of static method

InheritedL10n of(
  1. BuildContext context
)

Implementation

static InheritedL10n of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<InheritedL10n>()!;