import 'dart:ui';
MediaQueryData.fromWindow(window).padding.top

系统默认的appBar等高度

位于Dart Packages/flutter/src/material/constans.dart
/// The height of the toolbar component of the [AppBar].
const double kToolbarHeight = 56.0;

/// The height of the bottom navigation bar.
const double kBottomNavigationBarHeight = 56.0;

/// The height of a tab bar containing text.
const double kTextTabBarHeight = 48.0;

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
  • 2021-11-14
  • 2021-06-04
  • 2021-10-17
猜你喜欢
  • 2021-09-03
  • 2022-12-23
  • 2021-08-06
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案