<itemvalue="A pointer device with a stylus that has been inverted."/>
<itemvalue="A pointer device with a stylus."/>
@ -70,13 +72,11 @@
<itemvalue="If this is null, this widget will display an image that is painted as soon as the first image frame is available (and will appear to "pop" in if it becomes available asynchronously). Callers might use this builder to add effects to the image (such as fading the image in when it becomes available) or to display a placeholder widget while the image is loading."/>
<itemvalue="A builder function responsible for creating the widget that represents this image."/>
<itemvalue="The `callback`, the `message` given to it as well as the result have to be objects that can be sent across isolates (as they may be transitively copied if needed). The majority of objects can be sent across isolates."/>
<itemvalue="On native platforms `await compute(fun, message)` is equivalent to `await Isolate.run(() => fun(message))`. See also [Isolate.run]."/>