Merge pull request #3025 from abarth/fix_docs

Fix broken link in the docs
This commit is contained in:
Adam Barth 2016-03-31 17:32:42 -07:00
commit cf80b90507

View File

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