ySafeAreaBottomHeight function

double ySafeAreaBottomHeight({
  1. BuildContext? context,
})

获取底部安全区高度

Implementation

double ySafeAreaBottomHeight({BuildContext? context}) => MediaQuery.of(context ?? yPages.last.context).padding.bottom;