of static method

LocalizedApp of(
  1. BuildContext context
)

Implementation

static LocalizedApp of(BuildContext context) =>
    context.findAncestorWidgetOfExactType<LocalizedApp>()!;