safeAreaBottomSpace property

Widget get safeAreaBottomSpace

A SizedBox with height equal to the bottom safe area.

Implementation

static Widget get safeAreaBottomSpace =>
    SizedBox(height: ResponsiveUtils.safeAreaBottom);