<itemvalue="[end], if provided, must be greater than or equal to [start]."/>
<itemvalue="is single quoted"/>
<itemvalue="visit string interpolation"/>
<itemvalue="visit interpolation string"/>
<itemvalue="duplicate"/>
@ -53,7 +55,6 @@
<itemvalue="end token"/>
<itemvalue="is multiline"/>
<itemvalue="is raw"/>
<itemvalue="is single quoted"/>
<itemvalue="is synthetic"/>
<itemvalue="simple string literal"/>
<itemvalue="adjacent strings"/>
@ -61,13 +62,12 @@
<itemvalue="visit adjacent strings"/>
<itemvalue="visit simple string literal"/>
<itemvalue="A widget that calls callbacks in response to common pointer events. It listens to events that can construct gestures, such as when the pointer is pressed, moved, then released or canceled. It does not listen to events that are exclusive to mouse, such as when the mouse enters, exits or hovers a region without pressing any buttons. For these events, use [MouseRegion]. Rather than listening for raw pointer events, consider listening for higher-level gestures using [GestureDetector]."/>
<itemvalue="An [Iterable] of Unicode code-points of this string. If the string contains surrogate pairs, they are combined and returned as one integer by this iterator. Unmatched surrogate halves are treated like valid 16-bit code-units."/>