mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-15 02:05:58 -07:00
chore: Change native interface size and custom keyboard fixes
This commit is contained in:
parent
01a98f974f
commit
9954ed7db5
7 changed files with 65 additions and 55 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue