untouched property

  1. @override
bool untouched
inherited

The field was out of focus Поле не было в фокусе

Implementation

@override
bool get untouched =>
    (_$untouchedComputed ??= Computed<bool>(() => super.untouched,
            name: '_AbstractControl.untouched'))
        .value;