containsRtl property

bool get containsRtl

Returns true if this rope contains any RTL characters

Implementation

bool get containsRtl => textDirection != TextDirection.ltr;