isValid property

bool isValid

Implementation

bool get isValid => text.length > 0 && text.length <= maxTextLength;