locale static method

Locale? locale(
  1. BuildContext context
)

Implementation

static Locale? locale(BuildContext context) {
  return HomePage.getLocale(context);
}