We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a4047 commit d0c974fCopy full SHA for d0c974f
lib/src/widgets/ios26/ios26_switch.dart
@@ -138,8 +138,8 @@ class _IOS26SwitchState extends State<IOS26Switch> {
138
);
139
140
return SizedBox(
141
- width: 51, // Standard iOS switch width
142
- height: 31, // Standard iOS switch height
+ width: 63, // Standard iOS switch width
+ height: 29, // Standard iOS switch height
143
child: platformView,
144
145
}
0 commit comments