mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
fix: Small bugfix for windows
This commit is contained in:
parent
75c2f958b4
commit
24d6eb52b9
2 changed files with 28 additions and 22 deletions
|
|
@ -107,6 +107,7 @@ class CustomKeyboardState extends State<CustomKeyboardWrapper> {
|
|||
color: Theme.of(context).colorScheme.surface,
|
||||
alignment: Alignment.center,
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
AnimatedSize(
|
||||
duration: const Duration(milliseconds: 125),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue