Creates a widget that provides LocaleQueryData to its descendants.
Source
LocaleQuery({ Key key, @required this.data, @required Widget child }) : super(key: key, child: child) { assert(child != null); }
Creates a widget that provides LocaleQueryData to its descendants.
LocaleQuery({ Key key, @required this.data, @required Widget child }) : super(key: key, child: child) { assert(child != null); }