You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
7.6 KiB

<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1730109686308" />
</component>
<component name="Translation.Settings">
<option name="primaryLanguage" value="CHINESE" />
</component>
<component name="Translation.States">
<option name="pinTranslationDialog" value="true" />
<option name="translationDialogHeight" value="702" />
<option name="translationDialogLocationX" value="591" />
<option name="translationDialogLocationY" value="536" />
<option name="translationDialogWidth" value="1253" />
<histories>
<item value="magnification" />
<item value="use magnifier" />
<item value="off axis fraction" />
<item value="perspective" />
<item value="diameter ratio" />
<item value="physics" />
<item value="controller" />
<item value="A delegate that supplies children for [ListWheelScrollView] using a builder callback. [ListWheelScrollView] lazily constructs its children to avoid creating more children than are visible through the [Viewport]. This delegate provides children using an [IndexedWidgetBuilder] callback, so that the children do not have to be built until they are displayed." />
<item value="list wheel child builder delegate" />
<item value="list wheel child looping list delegate" />
<item value="list wheel child list delegate" />
<item value="Constructs a list in which children are scrolled a wheel. Its children are managed by a delegate and are lazily built during layout." />
<item value="A box in which children on a wheel can be scrolled. This widget is similar to a [ListView] but with the restriction that all children must be the same size along the scrolling axis. {@youtube 560 315 https:www.youtube.comwatch?v=dUhmWAz4C7Y} When the list is at the zero scroll offset, the first child is aligned with the middle of the viewport. When the list is at the final scroll offset, the last child is aligned with the middle of the viewport. The children are rendered as if rotating on a wheel instead of scrolling on a plane." />
<item value="over and under center opacity" />
<item value="this.controller, this.physics, this.diameterRatio = RenderListWheelViewport.defaultDiameterRatio, this.perspective = RenderListWheelViewport.defaultPerspective, this.offAxisFraction = 0.0, this.useMagnifier = false, this.magnification = 1.0, this.overAndUnderCenterOpacity = 1.0, required this.itemExtent, this.squeeze = 1.0, this.onSelectedItemChanged, this.renderChildrenOutsideViewport = false, this.clipBehavior = Clip.hardEdge, this.restorationId, this.scrollBehavior," />
<item value="An arbitrary but aesthetically reasonable default value for [perspective]." />
<item value="{@macro flutter.rendering.RenderListWheelViewport.squeeze} Defaults to `1.45` to visually mimic iOS." />
<item value="The uniform height of all children. All children will be given the [BoxConstraints] to match this exact height. Must not be null and must be positive." />
<item value="item extent" />
<item value="background color" />
<item value="Relative ratio between this picker's height and the simulated cylinder's diameter. Smaller values creates more pronounced curvatures in the scrollable wheel. For more details, see [ListWheelScrollView.diameterRatio]. Must not be null and defaults to `1.1` to visually mimic iOS." />
<item value="minus" />
<item value="BRITISH" />
<item value="Called whenever the widget configuration changes. If the parent widget rebuilds and requests that this location in the tree update to display a new widget with the same [runtimeType] and [Widget.key], the framework will update the [widget] property of this [State] object to refer to the new widget and then call this method with the previous widget as an argument. Override this method to respond when the [widget] changes (e.g., to start implicit animations). The framework always calls [build] after calling [didUpdateWidget], which means any calls to [setState] in [didUpdateWidget] are redundant. {@macro flutter.widgets.State.initState} Implementations of this method should start with a call to the inherited method, as in `super.didUpdateWidget(oldWidget)`. _See the discussion at [Element.rebuild] for more information on when this method is called._" />
<item value="Called when a dependency of this [State] object changes. For example, if the previous call to [build] referenced an [InheritedWidget] that later changed, the framework would call this method to notify this object about the change. This method is also called immediately after [initState]. It is safe to call [BuildContext.dependOnInheritedWidgetOfExactType] from this method. Subclasses rarely override this method because the framework always calls [build] after a dependency changes. Some subclasses do override this method because they need to do some expensive work (e.g., network fetches) when their dependencies change, and that work would be too expensive to do for every build." />
<item value="start in write action" />
<item value="A type representing values that are either `Future&lt;T&gt;` or `T`. This class declaration is a public stand-in for an internal future-or-value generic type, which is not a class type. References to this class are resolved to the internal type. It is a compile-time error for any class to extend, mix in or implement `FutureOr`." />
<item value="implicit" />
<item value="dart function expression impl" />
<item value="dart var declaration list impl" />
<item value="place at the end of line" />
<item value="presentation" />
<item value="relates to preceding text" />
<item value="register inspection" />
<item value="register intention" />
<item value="emoticon" />
<item value="Emote" />
<item value="Kurdish" />
<item value="Updates the value for the provided [key]. Returns the new value associated with the key. If the key is present, invokes [update] with the current value and stores the new value in the map. If the key is not present and [ifAbsent] is provided, calls [ifAbsent] and adds the key with the returned value to the map. If the key is not present, [ifAbsent] must be provided. ```dart final planetsFromSun = &lt;int, String&gt;{1: 'Mercury', 2: 'unknown', 3: 'Earth'}; Update value for known key value 2. planetsFromSun.update(2, (value) =&gt; 'Venus'); print(planetsFromSun); {1: Mercury, 2: Venus, 3: Earth} final largestPlanets = &lt;int, String&gt;{1: 'Jupiter', 2: 'Saturn', 3: 'Neptune'}; Key value 8 is missing from list, add it using [ifAbsent]. largestPlanets.update(8, (value) =&gt; 'New', ifAbsent: () =&gt; 'Mercury'); print(largestPlanets); {1: Jupiter, 2: Saturn, 3: Neptune, 8: Mercury} ```" />
<item value="is humanoid" />
<item value="repeatable" />
<item value="second" />
<item value="use requestPB function instead." />
<item value="use requestPB instead." />
<item value="animated slide" />
<item value="suspend screen" />
<item value="suspen screen" />
<item value="single attachment" />
<item value="UNSPECIFIED" />
<item value="cur subtask name" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="646" />
<entry key="CHINESE_SIMPLIFIED" value="164" />
<entry key="ENGLISH" value="806" />
<entry key="GERMAN" value="1" />
<entry key="HAWAIIAN" value="1" />
<entry key="INDONESIAN" value="1" />
<entry key="NORWEGIAN" value="1" />
<entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" />
</map>
</option>
</component>
</application>