yNavBarHeight function

double yNavBarHeight()

获取导航条高度

Implementation

double yNavBarHeight() => kIsWeb ? 50 : (Platform.isAndroid ? 50 : 44);