use constant for bottom app bar size
This commit is contained in:
+1
-1
@@ -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: () {
|
||||||
|
|||||||
Reference in New Issue
Block a user