Compare commits
4 Commits
aed3ad5e1e
...
42d3209b1e
| Author | SHA1 | Date | |
|---|---|---|---|
| 42d3209b1e | |||
| ec872a0632 | |||
| 86b8f3d914 | |||
| 94002ee0f8 |
@@ -2,8 +2,6 @@
|
|||||||
<component name="FindSettings">
|
<component name="FindSettings">
|
||||||
<option name="customScope" value="Project Files" />
|
<option name="customScope" value="Project Files" />
|
||||||
<option name="defaultScopeName" value="Project Files" />
|
<option name="defaultScopeName" value="Project Files" />
|
||||||
<option name="localCaseSensitive" value="true" />
|
|
||||||
<option name="LOCAL_CASE_SENSITIVE_SEARCH" value="true" />
|
|
||||||
<option name="SEARCH_SCOPE" value="Project Files" />
|
<option name="SEARCH_SCOPE" value="Project Files" />
|
||||||
<mask>*.css</mask>
|
<mask>*.css</mask>
|
||||||
<mask>*.html</mask>
|
<mask>*.html</mask>
|
||||||
|
|||||||
+11
-11
@@ -1,6 +1,6 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="Translation.Cache">
|
<component name="Translation.Cache">
|
||||||
<option name="lastTrimTime" value="1726662924449" />
|
<option name="lastTrimTime" value="1727156843295" />
|
||||||
</component>
|
</component>
|
||||||
<component name="Translation.Settings">
|
<component name="Translation.Settings">
|
||||||
<option name="primaryLanguage" value="CHINESE" />
|
<option name="primaryLanguage" value="CHINESE" />
|
||||||
@@ -12,10 +12,16 @@
|
|||||||
<option name="translationDialogLocationY" value="536" />
|
<option name="translationDialogLocationY" value="536" />
|
||||||
<option name="translationDialogWidth" value="1253" />
|
<option name="translationDialogWidth" value="1253" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="Whether this entry occludes the entire overlay. If an entry claims to be opaque, then, for efficiency, the overlay will skip building entries below that entry unless they have [maintainState] set." />
|
||||||
|
<item value="A wrapper widget that will recognize the start of a drag operation by looking for a long press event. Once it is recognized, it will start a drag operation on the wrapped item in the reorderable list." />
|
||||||
|
<item value="Translucent targets both receive events within their bounds and permit targets visually behind them to also receive events." />
|
||||||
|
<item value="Opaque targets can be hit by hit tests, causing them to both receive events within their bounds and prevent targets visually behind them from also receiving events." />
|
||||||
|
<item value="Targets that defer to their children receive events within their bounds only if one of their children is hit by the hit test." />
|
||||||
|
<item value="Set the initial offset at the position where the first down event was detected." />
|
||||||
|
<item value="Set the initial position at the position where this gesture recognizer won the arena." />
|
||||||
|
<item value="Creates a listener for an drag following a long press event over the given child widget. This is most commonly used to wrap an entire list item in a reorderable list." />
|
||||||
<item value="新增" />
|
<item value="新增" />
|
||||||
<item value="modified" />
|
<item value="modified" />
|
||||||
<item value="Set the initial position at the position where this gesture recognizer won the arena." />
|
|
||||||
<item value="Set the initial offset at the position where the first down event was detected." />
|
|
||||||
<item value="The `wasSynchronouslyLoaded` argument specifies whether the image was available synchronously (on the same [rendering pipeline frame](renderingRendererBindingdrawFrame.html) as the `Image` widget itself was created) and thus able to be painted immediately. If this is false, then there was one or more rendering pipeline frames where the image wasn't yet available to be painted. For multi-frame images (such as animated GIFs), the value of this argument will be the same for all image frames. In other words, if the first image frame was available immediately, then this argument will be true for all image frames." />
|
<item value="The `wasSynchronouslyLoaded` argument specifies whether the image was available synchronously (on the same [rendering pipeline frame](renderingRendererBindingdrawFrame.html) as the `Image` widget itself was created) and thus able to be painted immediately. If this is false, then there was one or more rendering pipeline frames where the image wasn't yet available to be painted. For multi-frame images (such as animated GIFs), the value of this argument will be the same for all image frames. In other words, if the first image frame was available immediately, then this argument will be true for all image frames." />
|
||||||
<item value="The `child` argument contains the default image widget and is guaranteed to be non-null. Typically, this builder will wrap the `child` widget in some way and return the wrapped widget. If this builder returns `child` directly, it will yield the same result as if [Image.frameBuilder] was null. The `frame` argument specifies the index of the current image frame being rendered. It will be null before the first image frame is ready, and zero for the first image frame. For single-frame images, it will never be greater than zero. For multi-frame images (such as animated GIFs), it will increase by one every time a new image frame is shown (including when the image animates in a loop)." />
|
<item value="The `child` argument contains the default image widget and is guaranteed to be non-null. Typically, this builder will wrap the `child` widget in some way and return the wrapped widget. If this builder returns `child` directly, it will yield the same result as if [Image.frameBuilder] was null. The `frame` argument specifies the index of the current image frame being rendered. It will be null before the first image frame is ready, and zero for the first image frame. For single-frame images, it will never be greater than zero. For multi-frame images (such as animated GIFs), it will increase by one every time a new image frame is shown (including when the image animates in a loop)." />
|
||||||
<item value="Signature used by [Image.frameBuilder] to control the widget that will be used when an [Image] is built." />
|
<item value="Signature used by [Image.frameBuilder] to control the widget that will be used when an [Image] is built." />
|
||||||
@@ -56,18 +62,12 @@
|
|||||||
<item value="A [ChangeNotifier] that holds a single value. When [value] is replaced with something that is not equal to the old value as evaluated by the equality operator ==, this class notifies its listeners. Limitations Because this class only notifies listeners when the [value]'s _identity_ changes, listeners will not be notified when mutable state within the value itself changes. For example, a `ValueNotifier<List<int>>` will not notify its listeners when the _contents_ of the list are changed. As a result, this class is best used with only immutable data types. For mutable data types, consider extending [ChangeNotifier] directly." />
|
<item value="A [ChangeNotifier] that holds a single value. When [value] is replaced with something that is not equal to the old value as evaluated by the equality operator ==, this class notifies its listeners. Limitations Because this class only notifies listeners when the [value]'s _identity_ changes, listeners will not be notified when mutable state within the value itself changes. For example, a `ValueNotifier<List<int>>` will not notify its listeners when the _contents_ of the list are changed. As a result, this class is best used with only immutable data types. For mutable data types, consider extending [ChangeNotifier] directly." />
|
||||||
<item value="The current value stored in this notifier. When the value is replaced with something that is not equal to the old value as evaluated by the equality operator ==, this class notifies its listeners." />
|
<item value="The current value stored in this notifier. When the value is replaced with something that is not equal to the old value as evaluated by the equality operator ==, this class notifies its listeners." />
|
||||||
<item value="QOS Level 0 - Message is not guaranteed delivery. No retries are made to ensure delivery is successful." />
|
<item value="QOS Level 0 - Message is not guaranteed delivery. No retries are made to ensure delivery is successful." />
|
||||||
<item value="Sleep for the duration specified in [duration]. Use this with care, as no asynchronous operations can be processed in a isolate while it is blocked in a [sleep] call. ```dart var duration = const Duration(seconds: 5); print('Start sleeping'); sleep(duration); print('5 seconds has passed'); ```" />
|
|
||||||
<item value="bool isPointerPanZoomAllowed(PointerPanZoomStartEvent event) { return supportedDevices == null || supportedDevices!.contains(event.kind); }" />
|
|
||||||
<item value="Checks whether or not a pointer panzoom is allowed to be tracked by this recognizer." />
|
|
||||||
<item value="touch slop" />
|
|
||||||
<item value="Optional device specific configuration for device gestures that will take precedence over framework defaults." />
|
|
||||||
<item value="The kind of devices that are allowed to be recognized as provided by `supportedDevices` in the constructor, or the currently deprecated `kind`. These cannot both be set. If both are null, events from all device kinds will be tracked and recognized." />
|
|
||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
<entry key="CHINESE" value="646" />
|
<entry key="CHINESE" value="646" />
|
||||||
<entry key="CHINESE_SIMPLIFIED" value="21" />
|
<entry key="CHINESE_SIMPLIFIED" value="30" />
|
||||||
<entry key="ENGLISH" value="666" />
|
<entry key="ENGLISH" value="675" />
|
||||||
<entry key="HAWAIIAN" value="1" />
|
<entry key="HAWAIIAN" value="1" />
|
||||||
<entry key="INDONESIAN" value="1" />
|
<entry key="INDONESIAN" value="1" />
|
||||||
<entry key="NORWEGIAN" value="1" />
|
<entry key="NORWEGIAN" value="1" />
|
||||||
|
|||||||
Reference in New Issue
Block a user