safeAreaBottom method

double safeAreaBottom()

safe area bottm method

Implementation

double safeAreaBottom() {
  return MediaQuery.paddingOf(context).bottom;
}