Commit 770e17cf authored by Ian Hickson's avatar Ian Hickson

Fix truncated dartdoc. (#3619)

Note that the /// part of the doc was published, only the // line was
omitted. This means that we can safely put // comments between /// docs
and the member they are documenting.
parent e41120bc
...@@ -317,7 +317,7 @@ class ListViewport extends _VirtualListViewport with VirtualViewportFromIterable ...@@ -317,7 +317,7 @@ class ListViewport extends _VirtualListViewport with VirtualViewportFromIterable
/// the same size (extent) in the scrollDirection. For example for /// the same size (extent) in the scrollDirection. For example for
/// ScrollDirection.vertical itemExtent is the height of each item. Use this /// ScrollDirection.vertical itemExtent is the height of each item. Use this
/// widget when you have a large number of children or when you are concerned /// widget when you have a large number of children or when you are concerned
// about offscreen widgets consuming resources. /// about offscreen widgets consuming resources.
class ScrollableLazyList extends Scrollable { class ScrollableLazyList extends Scrollable {
ScrollableLazyList({ ScrollableLazyList({
Key key, Key key,
......
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