FolderViewIconTheme constructor

const FolderViewIconTheme({
  1. double iconSize = 20.0,
  2. Color? iconColor,
  3. Color? selectedIconColor,
  4. IconData? folderIcon,
  5. IconData? folderOpenIcon,
  6. IconData? parentIcon,
  7. IconData? parentOpenIcon,
  8. IconData? childIcon,
  9. IconData? expandIcon,
})

Implementation

const FolderViewIconTheme({
  this.iconSize = 20.0,
  this.iconColor,
  this.selectedIconColor,
  this.folderIcon,
  this.folderOpenIcon,
  this.parentIcon,
  this.parentOpenIcon,
  this.childIcon,
  this.expandIcon,
});