of static method

BrnIntl of(
  1. BuildContext context
)

获取BrnIntl实例

Implementation

static BrnIntl of(BuildContext context) {
  return Localizations.of(context, BrnIntl) ?? BrnIntl(BaseResourceZh.locale);
}