needsCounter property

bool needsCounter
inherited

Implementation

bool get needsCounter =>
    widget.maxLength != null &&
    widget.decoration != null &&
    widget.decoration!.counterText == null;