padding static method

EdgeInsets padding(
  1. BuildContext context
)

Returns a padding that should be applied to the elements inside a ModalPopup.

Implementation

static EdgeInsets padding(BuildContext context) =>
    const EdgeInsets.symmetric(horizontal: 30);