defaultScreenInsets constant

EdgeInsets const defaultScreenInsets

Implementation

static const EdgeInsets defaultScreenInsets = EdgeInsets.only(
  left: 15,
  top: 80,
  right: 15,
  bottom: 60,
);