ArcaneScrollArea constructor
const
ArcaneScrollArea({
- required Widget child,
- String? height,
- String? width,
- String? maxHeight,
- String? maxWidth,
- ScrollDirection direction = ScrollDirection.vertical,
- ScrollbarVisibility scrollbar = ScrollbarVisibility.hover,
- ScrollbarStyle scrollbarStyle = ScrollbarStyle.thin,
- String? trackColor,
- String? thumbColor,
- String scrollbarSize = '8px',
- bool showScrollShadows = false,
- String? padding,
- String? className,
- Key? key,
Implementation
const ArcaneScrollArea({
required this.child,
this.height,
this.width,
this.maxHeight,
this.maxWidth,
this.direction = ScrollDirection.vertical,
this.scrollbar = ScrollbarVisibility.hover,
this.scrollbarStyle = ScrollbarStyle.thin,
this.trackColor,
this.thumbColor,
this.scrollbarSize = '8px',
this.showScrollShadows = false,
this.padding,
this.className,
super.key,
});