Commit cf80b905 authored by Adam Barth's avatar Adam Barth

Merge pull request #3025 from abarth/fix_docs

Fix broken link in the docs
parents c0842205 a71231a5
......@@ -788,7 +788,7 @@ abstract class ScrollableListPainter extends RenderObjectPainter {
}
/// A general scrollable list for a large number of children that might not all
/// have the same height. Prefer [ScrollableWidgetList] when all the children
/// have the same height. Prefer [ScrollableList] when all the children
/// have the same height because it can use that property to be more efficient.
/// Prefer [ScrollableViewport] with a single child.
///
......
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