somethingSelected method

bool somethingSelected()

Return true if any text is selected.

Implementation

bool somethingSelected() => call('somethingSelected') ?? false;