haveText property

bool haveText

Whether the text is not null or empty;

Implementation

bool get haveText => text != null && text!.isNotEmpty;