ScrollView constructor
const
ScrollView({})
Implementation
const ScrollView({
Key? id,
required this.state,
required this.child,
required this.contentHeight,
int? contentWidth,
this.horizontal = false,
this.showScrollbar = true,
this.scrollbarStyle,
this.scrollbarThumbStyle,
}) : _id = id,
contentWidth = contentWidth ?? 0;