isEmpty property

bool get isEmpty

Whether there is no composing text (an inactive composition).

Implementation

bool get isEmpty => displayText.isEmpty;