<itemvalue="time To First Frame Rasterized Micros"/>
<itemvalue="time To Framework Init Micros"/>
<itemvalue="engine Enter Timestamp Micros"/>
<itemvalue="is on waitlist"/>
<itemvalue="problem"/>
<itemvalue="tag"/>
@ -51,16 +56,11 @@
<itemvalue="Send the caret location instead if there's no marked text yet."/>
<itemvalue="The range of text that is still being composed. Composing regions are created by input methods (IMEs) to indicate the text within a certain range is provisional. For instance, the Android Gboard app's English keyboard puts the current word under the caret into a composing region to indicate the word is subject to autocorrect or prediction changes. Composing regions can also be used for performing multistage input, which is typically used by IMEs designed for phoetic keyboard to enter ideographic symbols. As an example, many CJK keyboards require the user to enter a latin alphabet sequence and then convert it to CJK characters. On iOS, the default software keyboards do not have a dedicated view to show the unfinished latin sequence, so it's displayed directly in the text field, inside of a composing region. The composing region should typically only be changed by the IME, or the user via interacting with the IME. If the range represented by this property is [TextRange.empty], then the text is not currently being composed."/>
<itemvalue="tab切换时背景颜色平滑变化"/>
<itemvalue="tab切换时背景颜色平滑渐变"/>
<itemvalue="Whether any listeners are currently registered. Clients should not depend on this value for their behavior, because having one listener's logic change when another listener happens to start or stop listening will lead to extremely hard-to-track bugs. Subclasses might use this information to determine whether to do any work when there are no listeners, however; for example, resuming a [Stream] when a listener is added and pausing it when a listener is removed. Typically this is used by overriding [addListener], checking if [hasListeners] is false before calling `super.addListener()`, and if so, starting whatever work is needed to determine when to call [notifyListeners]; and similarly, by overriding [removeListener], checking if [hasListeners] is false after calling `super.removeListener()`, and if so, stopping that same work."/>
<itemvalue="feat: send message to cloud function; hide animated emojis when dialog showing."/>