startsWithRtl method

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

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

Implementation

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