ScrollableAreaComponent constructor
ScrollableAreaComponent({})
Implementation
ScrollableAreaComponent({
required this.content,
required Vector2 size,
required Vector2 position,
this.contentHeight,
this.autoContentHeight = true,
this.damping = 500.0,
}) : super(size: size, position: position);