VicoScrollState
class VicoScrollState
Houses information on a CartesianChart’s scroll value. Allows for scroll customization and programmatic scrolling.
Constructors
Link copied to clipboard
constructor(scrollEnabled: Boolean = true, initialScroll: Scroll.Absolute = Scroll.Absolute.Start, autoScroll: Scroll = initialScroll, autoScrollCondition: AutoScrollCondition = AutoScrollCondition.Never, autoScrollAnimationSpec: AnimationSpec<Float> = spring(), xSnapStep: Double? = null, snapAnimationSpec: AnimationSpec<Float> = spring())
Houses information on a CartesianChart’s scroll value. Allows for scroll customization and programmatic scrolling.