changeDirectionality method
Implementation
void changeDirectionality(TextDirection textDirection, [bool notify = true]) {
AppTheme.textDirection = textDirection;
My.setTextDirection(textDirection);
if (notify) notifyListeners();
}
void changeDirectionality(TextDirection textDirection, [bool notify = true]) {
AppTheme.textDirection = textDirection;
My.setTextDirection(textDirection);
if (notify) notifyListeners();
}