FolderViewVerticalScrollbar constructor
const
FolderViewVerticalScrollbar({
- Key? key,
- required bool isHover,
- required ScrollController verticalScrollbarController,
- required double contentHeight,
- required bool needsHorizontalScroll,
- required FolderViewScrollbarTheme scrollbarTheme,
Implementation
const FolderViewVerticalScrollbar({
super.key,
required this.isHover,
required this.verticalScrollbarController,
required this.contentHeight,
required this.needsHorizontalScroll,
required this.scrollbarTheme,
});