Add `FocusNode`, `onFocusChange`, and `autofocus` to `CupertinoSwitch` (#126684)
fixes https://github.com/flutter/flutter/issues/126679 ### Description Control cupertino widgets like `CupertinoCheckbox` and `CupertinoRadio` have `focusNode` and `autofocus`, while these are missing in `CupertinoSwitch`. This is blocking https://github.com/flutter/flutter/issues/126637 (`switch.dart` currently maintains its focus node for `CupertinoSwitch` when using `Switch.adaptive` which causes a bug)
Showing
Please register or sign in to comment