Incorporate scale into appHeader
This commit is contained in:
parent
bb598ddf6a
commit
7f54f4fab6
@ -29,7 +29,7 @@ class AppHeader extends StatelessWidget {
|
|||||||
child: SafeArea(
|
child: SafeArea(
|
||||||
bottom: false,
|
bottom: false,
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
height: 64,
|
height: 64 * $styles.scale,
|
||||||
child: Stack(
|
child: Stack(
|
||||||
children: [
|
children: [
|
||||||
Positioned.fill(
|
Positioned.fill(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user