setTouched method

  1. @override
FormControl<TEntity> setTouched(
  1. bool touched
)
inherited

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

Implementation

@override
FormControl<TEntity> setTouched(bool touched) {
  final _$actionInfo = _$_FormControlActionController.startAction(
      name: '_FormControl.setTouched');
  try {
    return super.setTouched(touched);
  } finally {
    _$_FormControlActionController.endAction(_$actionInfo);
  }
}