FolderViewHorizontalScrollbar constructor
const
FolderViewHorizontalScrollbar({
- Key? key,
- required bool isHover,
- required ScrollController horizontalScrollbarController,
- required double contentWidth,
- required FolderViewScrollbarTheme scrollbarTheme,
Implementation
const FolderViewHorizontalScrollbar({
super.key,
required this.isHover,
required this.horizontalScrollbarController,
required this.contentWidth,
required this.scrollbarTheme,
});