FolderViewLineTheme constructor
const
FolderViewLineTheme({})
Creates a FolderViewLineTheme with the given properties
Implementation
const FolderViewLineTheme({
required this.lineColor,
this.lineWidth = 1.5,
this.lineStyle = LineStyle.connector,
});