safeArea method

EdgeInsets safeArea()

safe area method

Implementation

EdgeInsets safeArea() {
  return MediaQuery.paddingOf(context);
}