textDirection method
Sets text direction.
Implementation
VRichText textDirection(TextDirection dir) => VRichText(
_children,
align: _align,
textDirection: dir,
overflow: _overflow,
maxLines: _maxLines,
textHeightBehavior: _textHeightBehavior,
);