updateTouched method Null safety
- {bool updateParent = true}
Implementation
@protected
void updateTouched({bool updateParent = true}) {
_touched = _anyControlsTouched();
if (updateParent) {
parent?.updateTouched(updateParent: updateParent);
}
}