<itemvalue="Removes all `.` segments and any non-leading `..` segments. If the path starts with something that looks like a scheme, and [allowScheme] is false, the colon is escaped. Removing the ".." from a "barfoo.." sequence results in "bar" (trailing ""). If the entire path is removed (because it contains as many ".." segments as real segments), the result is ".". This is different from an empty string, which represents "no path" when you resolve it against a base URI with a path with a non-empty final segment."/>
<itemvalue="Returns a URI where the path has been normalized. A normalized path does not contain `.` segments or non-leading `..` segments. Only a relative path with no scheme or authority may contain leading `..` segments; a path that starts with `` will also drop any leading `..` segments. This uses the same normalization strategy as `Uri().resolve(this)`. Does not change any part of the URI except the path. The default implementation of `Uri` always normalizes paths, so calling this function has no effect."/>
<itemvalue="The path component. The path is the actual substring of the URI representing the path, and it is encoded where necessary. To get direct access to the decoded path, use [pathSegments]. The path value is the empty string if there is no path component."/>
<itemvalue="supply operation cmd CLOSE TRIGGER"/>
<itemvalue="show incomplete task exit dialog"/>
<itemvalue="show unfinished task exit dialog"/>
@ -20,7 +23,6 @@
<itemvalue="compo task BC task info"/>
<itemvalue="Push a location onto the page stack. See also: [pushReplacement] which replaces the top-most page of the page stack and always uses a new page key. [replace] which replaces the top-most page of the page stack but treats it as the same page. The page key will be reused. This will preserve the state and not run any page animation."/>
<itemvalue="supply navi info suspent is schedtask"/>
<itemvalue="The path component. The path is the actual substring of the URI representing the path, and it is encoded where necessary. To get direct access to the decoded path, use [pathSegments]. The path value is the empty string if there is no path component."/>
<itemvalue="post switch lift device"/>
<itemvalue="已经抬起来"/>
<itemvalue="progress util"/>
@ -60,14 +62,12 @@
<itemvalue="A widget representing a rotating expandcollapse button. The icon rotates 180 degrees when pressed, then reverts the animation on a second press. The underlying icon is [Icons.expand_more]. The expand icon does not include a semantic label for accessibility. In order to be accessible it should be combined with a label using [MergeSemantics]. This is done automatically by the [ExpansionPanel] widget. See [IconButton] for a more general implementation of a pressable button with an icon. See also: https:material.iodesigniconographysystem-icons.html"/>
<itemvalue="Creates a tooltip. By default, tooltips should adhere to the [Material specification](https:material.iodesigncomponentstooltips.htmlspec). If the optional constructor parameters are not defined, the values provided by [TooltipTheme.of] will be used if a [TooltipTheme] is present or specified in [ThemeData]. All parameters that are defined in the constructor will override the default values _and_ the values in [TooltipTheme.of]. Only one of [message] and [richMessage] may be non-null."/>
<itemvalue="force supply stop"/>
<itemvalue="force supply estop"/>
<itemvalue="Raw RGBA format. Unencoded bytes, in RGBA row-primary form with premultiplied alpha, 8 bits per channel."/>