isForm property

bool isForm

Whether a TextFormBox is used instead of a TextBox

Implementation

bool get isForm => widget.validator != null;