screenPaddingLeft function

double screenPaddingLeft(
  1. BuildContext context
)

screenPaddingLeft provides the screen padding from the left

Implementation

double screenPaddingLeft(BuildContext context) =>
    MediaQuery.of(context).padding.left;