haveText property

bool get haveText

Whether the text is not null or empty;

Implementation

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