localeForSubtree property

Locale? localeForSubtree
finalinherited

The Locale for widgets in the subtree.

If null, the subtree will inherit the locale form ancestor widget.

Implementation

final Locale? localeForSubtree;