screenPaddingRight function

double screenPaddingRight(
  1. BuildContext context
)

screenPaddingRight provides the screen padding from the right

Implementation

double screenPaddingRight(BuildContext context) =>
    MediaQuery.of(context).padding.right;