Commit 7e22b5f2 authored by Gazihan Alankus's avatar Gazihan Alankus Committed by Michael Goderbauer

Doc fix: SliverChildBuilderDelegate is the lazy one (#26690)

parent fb2467d0
......@@ -54,7 +54,7 @@ int _kDefaultSemanticIndexCallback(Widget _, int localIndex) => localIndex;
/// While laying out the list, visible children's elements, states and render
/// objects will be created lazily based on existing widgets (such as in the
/// case of [SliverChildListDelegate]) or lazily provided ones (such as in the
/// case of [SliverChildListDelegate]).
/// case of [SliverChildBuilderDelegate]).
///
/// ### Destruction
///
......
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