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