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);
|
||||
|
||||
return BottomAppBar(
|
||||
height: AppBar().preferredSize.height,
|
||||
height: kToolbarHeight,
|
||||
padding: EdgeInsets.zero,
|
||||
child: GestureDetector(
|
||||
onTap: () {
|
||||
|
||||
Reference in New Issue
Block a user