API Reference 0.3.24dart_web_toolkit_i18nHasTextDirection

HasTextDirection class

A widget that implements this interface has the ability to override the document directionality for its root element.

Widgets that implement this interface should be leaf widgets. More specifically, they should not implement the {@link com.google.gwt.user.client.ui.HasWidgets} interface.

class HasTextDirection {

}