textDirection property

TextDirection? textDirection
final

Will have no effect if icon's IconData.matchTextDirection field is false, but a DecoratedIcon must provide text direction for specification coherence: either directly with this value or, if null, ambient Directionality.of.

Implementation

final TextDirection? textDirection;