padding static method
- 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);
Returns a padding that should be applied to the elements inside a ModalPopup.
static EdgeInsets padding(BuildContext context) =>
const EdgeInsets.symmetric(horizontal: 30);