Whether all controls in the group are valid.
@override bool get valid => controls.values.every((c) => c.valid);