<itemvalue="{@template flutter.widgets.scroll_view.shrinkWrap} Whether the extent of the scroll view in the [scrollDirection] should be determined by the contents being viewed. If the scroll view does not shrink wrap, then the scroll view will expand to the maximum allowed size in the [scrollDirection]. If the scroll view has unbounded constraints in the [scrollDirection], then [shrinkWrap] must be true. Shrink wrapping the content of the scroll view is significantly more expensive than expanding to the maximum allowed size because the content can expand and contract during scrolling, which means the size of the scroll view needs to be recomputed whenever the scroll position changes. Defaults to false. {@youtube 560 315 https:www.youtube.comwatch?v=LUqDNnv_dh0} {@endtemplate}"/>
<itemvalue="add Humans"/>
@ -56,11 +57,10 @@
<itemvalue="combine"/>
<itemvalue="合并"/>
<itemvalue="Configuration information passed to the [ImageProvider.resolve] method to select a specific image. See also: [createLocalImageConfiguration], which creates an [ImageConfiguration] based on ambient configuration in a [Widget] environment. [ImageProvider], which uses [ImageConfiguration] objects to determine which image to obtain."/>
<itemvalue="A router that routes all pointer events received from the engine."/>