We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dae795 commit baf1307Copy full SHA for baf1307
lib/panel/controller.dart
@@ -34,7 +34,7 @@ class DirectionController extends StatelessWidget {
34
return Stack(
35
alignment: Alignment.center,
36
children: <Widget>[
37
- SizedBox.expand(),
+ SizedBox.fromSize(size: _DIRECTION_BUTTON_SIZE * 2.8),
38
Transform.rotate(
39
angle: math.pi / 4,
40
child: Column(
lib/panel/page_land.dart
@@ -45,6 +45,7 @@ class PageLand extends StatelessWidget {
45
),
46
Spacer(),
47
DirectionController(),
48
+ SizedBox(height: 30),
49
],
50
51
0 commit comments