setTouched method

  1. @override
AbstractControl setTouched(
  1. bool touched
)
inherited

Set marker "field was in focus" Установить маркер "Поле было в фокусе"

Implementation

@override
AbstractControl setTouched(bool touched) {
  final _$actionInfo = _$_FormAbstractGroupActionController.startAction(
      name: '_FormAbstractGroup.setTouched');
  try {
    return super.setTouched(touched);
  } finally {
    _$_FormAbstractGroupActionController.endAction(_$actionInfo);
  }
}