BidiPolicyImpl class
Implementation class for {@link BidiPolicy}.
class BidiPolicyImpl {
bool isBidiEnabled() {
return LocaleInfo.hasAnyRTL();
}
}
Subclasses
Methods
bool isBidiEnabled() #
bool isBidiEnabled() {
return LocaleInfo.hasAnyRTL();
}