Unverified Commit f690577f authored by Broccolism's avatar Broccolism Committed by GitHub

Update: Documentation for ListView constructor should warn about changing widget list (#63503)

parent dff7ea1c
...@@ -1027,7 +1027,7 @@ class ListView extends BoxScrollView { ...@@ -1027,7 +1027,7 @@ class ListView extends BoxScrollView {
/// those children that are actually visible. /// those children that are actually visible.
/// ///
/// It is usually more efficient to create children on demand using /// It is usually more efficient to create children on demand using
/// [ListView.builder]. /// [ListView.builder] because it will create the widget children lazily as necessary.
/// ///
/// The `addAutomaticKeepAlives` argument corresponds to the /// The `addAutomaticKeepAlives` argument corresponds to the
/// [SliverChildListDelegate.addAutomaticKeepAlives] property. The /// [SliverChildListDelegate.addAutomaticKeepAlives] property. The
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment