of static method

This method is used to obtain a localized instance of FeedbackLocalizations.

Implementation

static FeedbackLocalizations of(BuildContext context) {
  debugCheckHasFeedbackLocalizations(context);
  return Localizations.of<FeedbackLocalizations>(
    context,
    FeedbackLocalizations,
  )!;
}