bottomSafeArea static method
Implementation
static double bottomSafeArea(BuildContext context) {
return MediaQuery.of(context).padding.bottom;
}
static double bottomSafeArea(BuildContext context) {
return MediaQuery.of(context).padding.bottom;
}