enforceRtlIn method

String enforceRtlIn()

Enforces right-to-left (RTL) directionality in plain text.

Implementation

String enforceRtlIn() => Bidi.enforceRtlInText(this);