FolderViewSpacingTheme constructor

const FolderViewSpacingTheme({
  1. EdgeInsets contentPadding = EdgeInsets.zero,
})

Creates a FolderViewSpacingTheme with the given properties

Implementation

const FolderViewSpacingTheme({this.contentPadding = EdgeInsets.zero});