<itemvalue="The URI path split into its segments. Each of the segments in the list has been decoded. If the path is empty, the empty list will be returned. A leading slash `` does not affect the segments returned. The list is unmodifiable and will throw [UnsupportedError] on any calls that would mutate it."/>
<itemvalue="Decodes the percent-encoding in [encodedComponent], converting pluses to spaces. It will create a byte-list of the decoded characters, and then use [encoding] to decode the byte-list to a String. The default encoding is UTF-8."/>
<itemvalue="The number of discrete divisions. Typically used with [label] to show the current discrete value. If null, the slider is continuous."/>
<itemvalue="The number of discrete divisions. Typically used with [label] to show the current discrete value. If null, the slider is continuous."/>
<itemvalue="received"/>
<itemvalue="received"/>
<itemvalue="收到"/>
<itemvalue="收到"/>
@ -60,13 +62,11 @@
<itemvalue="Like [Focus], [FocusScope] provides an [onFocusChange] as a way to be notified when the focus is given to or removed from this widget."/>
<itemvalue="Like [Focus], [FocusScope] provides an [onFocusChange] as a way to be notified when the focus is given to or removed from this widget."/>
<itemvalue="For example a new [FocusScope] is created automatically when a route is pushed, keeping the focus traversal from moving to a control in a previous route. If you just want to group widgets together in a group so that they are traversed in a particular order, but the focus can still leave the group, use a [FocusTraversalGroup]."/>
<itemvalue="For example a new [FocusScope] is created automatically when a route is pushed, keeping the focus traversal from moving to a control in a previous route. If you just want to group widgets together in a group so that they are traversed in a particular order, but the focus can still leave the group, use a [FocusTraversalGroup]."/>
<itemvalue="A [FocusScope] is similar to a [Focus], but also serves as a scope for its descendants, restricting focus traversal to the scoped controls. For example a new [FocusScope] is created automatically when a route is pushed, keeping the focus traversal from moving to a control in a previous route."/>
<itemvalue="A [FocusScope] is similar to a [Focus], but also serves as a scope for its descendants, restricting focus traversal to the scoped controls. For example a new [FocusScope] is created automatically when a route is pushed, keeping the focus traversal from moving to a control in a previous route."/>
<itemvalue="candidates"/>
<itemvalue="The builder function will be called for each Key object."/>