guessDirection method
Guesses the text directionality based on its content, optionally considering HTML markup.
Implementation
TextDirection guessDirection({bool isHtml = false}) =>
Bidi.estimateDirectionOfText(this, isHtml: isHtml);
Guesses the text directionality based on its content, optionally considering HTML markup.
TextDirection guessDirection({bool isHtml = false}) =>
Bidi.estimateDirectionOfText(this, isHtml: isHtml);