defaultScreenInsets constant

EdgeInsets const defaultScreenInsets

Implementation

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