flutter_folderview library
Classes
- FlutterFolderViewTheme
- Master theme class for the entire FolderView component
-
FolderView<
T> - FolderViewIconTheme
- Theme data for icon styles in FolderView
- FolderViewLineTheme
- Defines the visual appearance of connection lines in a FolderView
- FolderViewNodeStyleTheme
- Theme class for node visual styling in FolderView
- FolderViewScrollbarTheme
- Defines the visual appearance of scrollbars in a FolderView
- FolderViewSpacingTheme
- Theme class for spacing and padding in FolderView
- FolderViewTextTheme
- Theme data for text styles in FolderView
- FolderViewTheme
- An InheritedWidget that provides a FlutterFolderViewTheme to its descendants
-
Node<
T>
Functions
-
lerpDouble(
double? a, double? b, double t) → double?