kMaterialListPadding top-level constant
          
          EdgeInsets
          const kMaterialListPadding
          
        
        
The padding added around material list items.
Implementation
const EdgeInsets kMaterialListPadding = EdgeInsets.symmetric(vertical: 8.0);