flutter_desktop: fix canvas height - tabBarHeight

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-08-03 15:31:19 +08:00
parent 0dd55d6ef1
commit d4c735bc3a
10 changed files with 130 additions and 96 deletions

View File

@@ -22,7 +22,8 @@ class DesktopTitleBar extends StatelessWidget {
child: Row(
children: [
Expanded(
child: child ?? Offstage(),)
child: child ?? Offstage(),
)
// const WindowButtons()
],
),