Compare commits
2 Commits
71f7c3d0c7
...
57d7dffafd
| Author | SHA1 | Date | |
|---|---|---|---|
| 57d7dffafd | |||
| e1a04ed788 |
@@ -88,6 +88,9 @@
|
||||
</component>
|
||||
<component name="Translation.States">
|
||||
<histories>
|
||||
<item value="hide When Dialog Shown" />
|
||||
<item value="A route that blocks interaction with previous routes. [ModalRoute]s cover the entire [Navigator]. They are not necessarily [opaque], however; for example, a pop-up menu uses a [ModalRoute] but only shows the menu in a small box overlapping the previous route. The `T` type argument is the return value of the route. If there is no return value, consider using `void` as the return value." />
|
||||
<item value="A modal route that overlays a widget over the current route." />
|
||||
<item value="Called when the application's dimensions change. For example, when a phone is rotated. This method exposes notifications from [dart:ui.PlatformDispatcher.onMetricsChanged]. {@tool snippet} This [StatefulWidget] implements the parts of the [State] and [WidgetsBindingObserver] protocols necessary to react when the device is rotated (or otherwise changes dimensions)." />
|
||||
<item value="The widget to show under the pointer when a drag is under way. See [child] and [childWhenDragging] for information about what is shown at the location of the [Draggable] itself when a drag is under way." />
|
||||
<item value="This entry will include the widget built by this builder in the overlay at the entry's position. To cause this builder to be called again, call [markNeedsBuild] on this overlay entry." />
|
||||
@@ -129,8 +132,8 @@
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="28" />
|
||||
<entry key="ENGLISH" value="29" />
|
||||
<entry key="CHINESE" value="31" />
|
||||
<entry key="ENGLISH" value="32" />
|
||||
<entry key="JAVANESE" value="1" />
|
||||
</map>
|
||||
</option>
|
||||
|
||||
Reference in New Issue
Block a user