exists property

bool get exists

Returns true if this finder finds at least 1 widget.

Implementation

bool get exists => evaluate().isNotEmpty;