containsRtl property
bool
get
containsRtl
Returns true if this rope contains any RTL characters
Implementation
bool get containsRtl => textDirection != TextDirection.ltr;
Returns true if this rope contains any RTL characters
bool get containsRtl => textDirection != TextDirection.ltr;