isBlank property

bool get isBlank

Indicates whether this text fragment is fully empty.

Implementation

bool get isBlank => text.isEmpty;