FolderViewNodeStyleTheme constructor

const FolderViewNodeStyleTheme({
  1. double borderRadius = 8.0,
})

Creates a FolderViewNodeStyleTheme with the given properties

Implementation

const FolderViewNodeStyleTheme({this.borderRadius = 8.0});