The documentation can be found on docs.rs.
rust
cargo run --example paragraph_list
Items of [WidgetList
] or of the convenience class [SelectableWidgetList
]
must implement the [ListableWidget
] trait. Then the render() method is available
on the widget list.
For an implementation example see [SelectableWidgetList
].