isBlank property

bool isBlank

Returns true if the text is empty or only contains white-spaces

Implementation

bool get isBlank => text.trim().isEmpty;