use constant for bottom app bar size

This commit is contained in:
Fabian Freund
2025-12-11 06:53:58 +01:00
parent 407369b3e9
commit a18fc8ba7d
@@ -78,7 +78,7 @@ class BrowserBottomAppBar extends HookConsumerWidget {
final dragStartPosition = useRef(Offset.zero); final dragStartPosition = useRef(Offset.zero);
return BottomAppBar( return BottomAppBar(
height: AppBar().preferredSize.height, height: kToolbarHeight,
padding: EdgeInsets.zero, padding: EdgeInsets.zero,
child: GestureDetector( child: GestureDetector(
onTap: () { onTap: () {