constrained_scrollable_views library

Set of useful scrollable views includes ConstrainedScrollView, ScrollableColumn, and ScrollableRow.

Classes

ConstrainedScrollView
A constrained box in which a single widget can be scrolled.
ScrollableColumn
A scrollable vertical array of children.
ScrollableRow
A scrollable horizontal array of children.

Typedefs

BoxConstraintsBuilder = BoxConstraints Function(BoxConstraints constraints)
Signature for the BoxConstraints builder.