isEmpty property
bool
get
isEmpty
Whether there is no composing text (an inactive composition).
Implementation
bool get isEmpty => displayText.isEmpty;
Whether there is no composing text (an inactive composition).
bool get isEmpty => displayText.isEmpty;