getBottomSafeAreaHeight static method
Get bottom safe area height
Implementation
static double getBottomSafeAreaHeight(BuildContext context) {
return MediaQuery.of(context).padding.bottom;
}
Get bottom safe area height
static double getBottomSafeAreaHeight(BuildContext context) {
return MediaQuery.of(context).padding.bottom;
}