screenPaddingTop function

double screenPaddingTop(
  1. BuildContext context
)

screenPaddingTop provides the current screen padding from the top

Implementation

double screenPaddingTop(BuildContext context) =>
    MediaQuery.of(context).padding.top;