<itemvalue="Fully re-copy the assets directory on each build to avoid having stale files from a previous install."/>
<itemvalue="The absolute URI of the script being run in this isolate. If the script argument on the command line is relative, it is resolved to an absolute URI before fetching the script, and that absolute URI is returned. URI resolution only does string manipulation on the script path, and this may be different from the file system's path resolution behavior. For example, a symbolic link immediately followed by '..' will not be looked up. If a compiled Dart script is being executed the URI to the compiled script is returned, for example, `file:fullpathtoscript_name.exe`. If running on the Dart VM the URI to the running Dart script is returned, for example, `file:fullpathtoscript_name.dart`. If the executable environment does not support [script], the URI is empty."/>
<itemvalue="The amount the pointer has moved along the primary axis in the coordinate space of the event receiver since the previous update. If the [GestureDragUpdateCallback] is for a one-dimensional drag (e.g., a horizontal or vertical drag), then this value contains the component of [delta] along the primary axis (e.g., horizontal or vertical, respectively). Otherwise, if the [GestureDragUpdateCallback] is for a two-dimensional drag (e.g., a pan), then this value is null. Defaults to null if not specified in the constructor."/>
<itemvalue="The local position in the coordinate system of the event receiver at which the pointer contacted the screen. Defaults to [globalPosition] if not specified in the constructor."/>
@ -67,7 +68,6 @@
<itemvalue="Scroll physics used by a [CarouselView]."/>
<itemvalue="Scroll physics that always lets the user scroll."/>
<itemvalue="Scroll physics that attempt to keep the scroll position in range when the contents change dimensions suddenly."/>
<itemvalue="Scroll physics for environments that prevent the scroll offset from reaching beyond the bounds of the content."/>