safeAreaTopSpace property

Widget get safeAreaTopSpace

A SizedBox with height equal to the top safe area (status bar, notch).

Implementation

static Widget get safeAreaTopSpace =>
    SizedBox(height: ResponsiveUtils.safeAreaTop);