touched property

  1. @override
bool touched
inherited

The field was in focus Поле было в фокусе

Implementation

@override
bool get touched => (_$touchedComputed ??= Computed<bool>(() => super.touched,
        name: '_FormAbstractGroup.touched'))
    .value;