<itemvalue="A pointer device with a stylus that has been inverted."/>
<itemvalue="A pointer device with a stylus."/>
<itemvalue="A touch-based pointer device."/>
@ -71,7 +72,6 @@
<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]."/>
<itemvalue="{@template flutter.foundation.compute.usecase} This is useful for operations that take longer than a few milliseconds, and which would therefore risk skipping frames. For tasks that will only take a few milliseconds, consider [SchedulerBinding.scheduleTask] instead. {@endtemplate}"/>