Smart Scroll View

The Smart Scroll View is a flexible scrolling widget that can contain a variety of children. It is designed to handle complex scrolling scenarios with different types of content.

Properties

Property
Description

controller

An expression to control the scroll position of the view.

isReverse

If true, the scroll view scrolls in the opposite direction.

scrollDirection

The direction in which the view scrolls (vertical or horizontal).

allowScroll

If true, the view will be scrollable.

dataSource

A list of data that can be used to dynamically generate children widgets.


Default Properties

The Smart Scroll View does not have the standard default properties. Its behavior is primarily controlled by the properties listed above.

Last updated