safeAreaRightSpace property

Widget get safeAreaRightSpace

A SizedBox with width equal to the right safe area.

Implementation

static Widget get safeAreaRightSpace =>
    SizedBox(width: ResponsiveUtils.safeAreaRight);