DetailPage: Fix appbar height for iOS
This commit is contained in:
parent
d018d0b2a9
commit
0e01af4af2
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class FadingAppBarState extends State<FadingAppBar> {
|
|||
opacity: _shouldHide ? 0 : 1,
|
||||
duration: Duration(milliseconds: 150),
|
||||
),
|
||||
height: Platform.isAndroid ? 64 : 80,
|
||||
height: Platform.isAndroid ? 64 : 96,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue