Expand description
List widget.
A widget to display a list of items with selection support.
Structsยง
- List
- A widget to display a list of items.
- List
Item - A single item in a list.
- List
Persist State - Persistable state for a
ListState. - List
State - Mutable state for a
Listwidget tracking selection and scroll offset. - List
State Snapshot - Snapshot of ListState for undo.