getViewInsetsHeight function

double getViewInsetsHeight(
  1. BuildContext context
)

Implementation

double getViewInsetsHeight(BuildContext context) =>
    MediaQuery.of(context).viewInsets.bottom;