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