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