localeForSubtree property
The locale for widgets in the subtree.
Implementation
Locale? get localeForSubtree => _localeForSubtree;
Implementation
set localeForSubtree(Locale? value) {
assert(value != null);
_localeForSubtree = value;
_hasBeenAnnotated = true;
}