defaultScreenInsets constant
EdgeInsets
const defaultScreenInsets
Implementation
static const EdgeInsets defaultScreenInsets = EdgeInsets.only(
left: 25,
top: 120,
right: 25,
bottom: 80,
);