chore: Change native interface size and custom keyboard fixes

This commit is contained in:
PartyDonut 2025-10-18 14:21:32 +02:00
parent 01a98f974f
commit 9954ed7db5
7 changed files with 65 additions and 55 deletions

View file

@ -12,7 +12,7 @@ import 'package:fladder/widgets/keyboard/alpha_numeric_keyboard.dart';
ValueNotifier<bool> isKeyboardOpen = ValueNotifier<bool>(false);
double keyboardWidthFactor = 0.2;
double keyboardWidthFactor = 0.25;
class CustomKeyboardWrapper extends StatelessWidget {
final Widget child;