ySafeAreaBottomHeight function
获取底部安全区高度
Implementation
double ySafeAreaBottomHeight({BuildContext? context}) => _getMediaQuery(context).padding.bottom;
获取底部安全区高度
double ySafeAreaBottomHeight({BuildContext? context}) => _getMediaQuery(context).padding.bottom;