endsWithRtl method

bool endsWithRtl([
  1. bool isHtml = false
])

Checks if the string ends with right-to-left (RTL) text, optionally considering HTML markup.

Implementation

bool endsWithRtl([bool isHtml = false]) => Bidi.endsWithRtl(this, isHtml);