defaultScreenInsets constant
        
        EdgeInsets
        const defaultScreenInsets
        
      
      
      
Implementation
static const EdgeInsets defaultScreenInsets = EdgeInsets.only(
  left: 20,
  top: 20,
  right: 20,
  bottom: 40,
);