mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.
This commit is contained in:
parent
e41120bc68
commit
770e17cf9f
@ -317,7 +317,7 @@ class ListViewport extends _VirtualListViewport with VirtualViewportFromIterable
|
||||
/// the same size (extent) in the scrollDirection. For example for
|
||||
/// 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
|
||||
// about offscreen widgets consuming resources.
|
||||
/// about offscreen widgets consuming resources.
|
||||
class ScrollableLazyList extends Scrollable {
|
||||
ScrollableLazyList({
|
||||
Key key,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user