enforceRtlInText method Null safety
- String text
Enforce RTL on both end of the given text
using unicode BiDi formatting
characters RLE and PDF.
Implementation
static String enforceRtlInText(String text) => '$RLE$text$PDF';
Enforce RTL on both end of the given text
using unicode BiDi formatting
characters RLE and PDF.
static String enforceRtlInText(String text) => '$RLE$text$PDF';