<itemvalue="Creates a collapsed selection at the given offset. A collapsed selection starts and ends at the same offset, which means it contains zero characters but instead serves as an insertion point in the text."/>
<itemvalue="If the text range is collapsed and has more than one visual location (e.g., occurs at a line break), which of the two locations to use when painting the caret."/>
<itemvalue="(e.g., occurs at a line break), which of the two locations to use when painting the caret."/>
<itemvalue="The offset at which the selection terminates. When the user uses the arrow keys to adjust the selection, this is the value that changes. Similarly, if the current theme paints a caret on one side of the selection, this is the location at which to paint the caret. Might be larger than, smaller than, or equal to base."/>
<itemvalue="The offset at which the selection originates. Might be larger than, smaller than, or equal to extent."/>
<itemvalue="Creates a collapsed selection at the given text position. A collapsed selection starts and ends at the same offset, which means it contains zero characters but instead serves as an insertion point in the text."/>
<itemvalue="supply UI stage DEPART"/>
<itemvalue="supply operation cmd HANDLE USER ACTION"/>
@ -57,17 +62,12 @@
<itemvalue="collect"/>
<itemvalue="system independent"/>
<itemvalue="ignore cleanser empty"/>
<itemvalue="预处理"/>
<itemvalue="shake"/>
<itemvalue="shark"/>
<itemvalue="flattened"/>
<itemvalue="The type of the [RawAutocomplete] callback which returns a [Widget] that displays the specified [options] and calls [onSelected] if the user selects an option. The returned widget from this callback will be wrapped in an [AutocompleteHighlightedOption] inherited widget. This will allow this callback to determine which option is currently highlighted for keyboard navigation. See also: [RawAutocomplete.optionsViewBuilder], which is of this type."/>