canShowIsValidating property

bool canShowIsValidating

Indicates if this state is validating and is not initial.

Used for not show the is validating when isDirty is true. Which mean that value was updated after be instantiate by the FieldBloc and is validating.

Implementation

bool get canShowIsValidating => hasDirt && isValidating;