FlutterFolderViewTheme constructor
const
FlutterFolderViewTheme({
- required FolderViewLineTheme lineTheme,
- required FolderViewScrollbarTheme scrollbarTheme,
- FolderViewTextTheme textTheme = const FolderViewTextTheme(),
- FolderViewIconTheme iconTheme = const FolderViewIconTheme(),
- FolderViewSpacingTheme spacingTheme = const FolderViewSpacingTheme(),
- FolderViewNodeStyleTheme nodeStyleTheme = const FolderViewNodeStyleTheme(),
Creates a FlutterFolderViewTheme with the given properties
Implementation
const FlutterFolderViewTheme({
required this.lineTheme,
required this.scrollbarTheme,
this.textTheme = const FolderViewTextTheme(),
this.iconTheme = const FolderViewIconTheme(),
this.spacingTheme = const FolderViewSpacingTheme(),
this.nodeStyleTheme = const FolderViewNodeStyleTheme(),
});