defaultVerticalPadding top-level constant

EdgeInsets const defaultVerticalPadding

EdgeInsets to define vertical padding throughout the application.

Implementation

const EdgeInsets defaultVerticalPadding = EdgeInsets.symmetric(vertical: 12);