mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-06 09:39:31 +08:00
Incorporate scale into appHeader
This commit is contained in:
@ -29,7 +29,7 @@ class AppHeader extends StatelessWidget {
|
||||
child: SafeArea(
|
||||
bottom: false,
|
||||
child: SizedBox(
|
||||
height: 64,
|
||||
height: 64 * $styles.scale,
|
||||
child: Stack(
|
||||
children: [
|
||||
Positioned.fill(
|
||||
|
Reference in New Issue
Block a user