Compare commits
2 Commits
8585c31ee8
...
822852bc12
| Author | SHA1 | Date | |
|---|---|---|---|
| 822852bc12 | |||
| 3bee94226d |
@@ -1,6 +1,6 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="Translation.Cache">
|
<component name="Translation.Cache">
|
||||||
<option name="lastTrimTime" value="1728380081989" />
|
<option name="lastTrimTime" value="1728878983387" />
|
||||||
</component>
|
</component>
|
||||||
<component name="Translation.Settings">
|
<component name="Translation.Settings">
|
||||||
<option name="primaryLanguage" value="CHINESE" />
|
<option name="primaryLanguage" value="CHINESE" />
|
||||||
@@ -12,6 +12,10 @@
|
|||||||
<option name="translationDialogLocationY" value="536" />
|
<option name="translationDialogLocationY" value="536" />
|
||||||
<option name="translationDialogWidth" value="1253" />
|
<option name="translationDialogWidth" value="1253" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="{@template flutter.material.dataTable.columnSpacing} The horizontal margin between the contents of each data column. {@endtemplate} If null, [DataTableThemeData.columnSpacing] is used. This value defaults to 56.0 to adhere to the Material Design specifications." />
|
||||||
|
<item value="{@template flutter.material.dataTable.dividerThickness} The width of the divider that appears between [TableRow]s. Must be greater than or equal to zero. {@endtemplate} If null, [DataTableThemeData.dividerThickness] is used. This value defaults to 1.0." />
|
||||||
|
<item value="Defines the horizontal layout of the [label] and sort indicator in the heading row. If [headingRowAlignment] value is [MainAxisAlignment.center] and [onSort] is not null, then a [SizedBox] with a width of sort arrow icon size and sort arrow padding will be placed before the [label] to ensure the label is centered in the column. If null, then defaults to [MainAxisAlignment.start]." />
|
||||||
|
<item value="Whether this column represents numeric data or not. The contents of cells of columns containing numeric data are right-aligned." />
|
||||||
<item value="visit function expression" />
|
<item value="visit function expression" />
|
||||||
<item value="visit variable declaration statement" />
|
<item value="visit variable declaration statement" />
|
||||||
<item value="visit yield statement" />
|
<item value="visit yield statement" />
|
||||||
@@ -58,16 +62,12 @@
|
|||||||
<item value="Translucent targets both receive events within their bounds and permit targets visually behind them to also receive events." />
|
<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="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="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="新增" />
|
|
||||||
</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="82" />
|
<entry key="CHINESE_SIMPLIFIED" value="86" />
|
||||||
<entry key="ENGLISH" value="727" />
|
<entry key="ENGLISH" value="731" />
|
||||||
<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