isBlank property
bool
get
isBlank
Indicates whether this text fragment is fully empty.
Implementation
bool get isBlank => text.isEmpty;
Indicates whether this text fragment is fully empty.
bool get isBlank => text.isEmpty;