🐛 Make the background image not responsive for virtual keyboard to provide better visual experience on iOS 26

This commit is contained in:
2025-10-14 22:53:59 +08:00
parent 61074bc5a3
commit cda23db609
2 changed files with 17 additions and 18 deletions

View File

@@ -126,6 +126,7 @@ class TabsScreen extends HookConsumerWidget {
return Scaffold(
backgroundColor: Colors.transparent,
extendBody: true,
resizeToAvoidBottomInset: false,
body: ClipRRect(
borderRadius: const BorderRadius.only(
topLeft: Radius.circular(16),