menu
flutter_yfree package
documentation
YFree.dart
yNavBarHeight function
yNavBarHeight function
dark_mode
light_mode
yNavBarHeight
function
double
yNavBarHeight
(
)
获取导航条高度
Implementation
double yNavBarHeight() => kIsWeb ? 50 : (Platform.isAndroid ? 50 : 44);
flutter_yfree package
documentation
YFree
yNavBarHeight function
YFree library