Skip to content

Commit 8ce788e

Browse files
authored
Merge pull request #45 from PetrKubes97/fix-flutter-size
fix: AdaptiveSwitch, ios26 flutter size
2 parents 69a4047 + d0c974f commit 8ce788e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/widgets/ios26/ios26_switch.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ class _IOS26SwitchState extends State<IOS26Switch> {
138138
);
139139

140140
return SizedBox(
141-
width: 51, // Standard iOS switch width
142-
height: 31, // Standard iOS switch height
141+
width: 63, // Standard iOS switch width
142+
height: 29, // Standard iOS switch height
143143
child: platformView,
144144
);
145145
}

0 commit comments

Comments
 (0)