FolderViewHorizontalScrollbar constructor

const FolderViewHorizontalScrollbar({
  1. Key? key,
  2. required bool isHover,
  3. required ScrollController horizontalScrollbarController,
  4. required double contentWidth,
  5. required FolderViewScrollbarTheme scrollbarTheme,
})

Implementation

const FolderViewHorizontalScrollbar({
  super.key,
  required this.isHover,
  required this.horizontalScrollbarController,
  required this.contentWidth,
  required this.scrollbarTheme,
});