We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b535f commit 3ca435cCopy full SHA for 3ca435c
2 files changed
tdesign-component/example/assets/api/navbar_api.md
@@ -42,5 +42,5 @@
42
| icon | IconData? | - | 图标 |
43
| iconColor | Color? | - | 图标颜色 |
44
| iconSize | double? | 24.0 | 图标尺寸 |
45
-| ~~iconWidget~~ | Widget? | - | 已废弃,请使用 customWidget 代替 |
+| iconWidget | Widget? | - | 图标组件,优先级高于 icon |
46
| padding | EdgeInsetsGeometry? | - | |
tdesign-component/example/assets/api/tree-select_api.md
@@ -25,5 +25,5 @@
25
| multiple | bool | false | 支持多选 |
26
| onChange | TDTreeSelectChangeEvent? | - | 选中值发生变化 |
27
| options | List<TDSelectOption> | const [] | 展示的选项列表 |
28
-| outwardCornerRadius | double | 9 | 一级菜单选中项的外弯折圆角半径 |
+| outwardCornerRadius | double | 9 | 一级菜单选中项的外弯折圆角半径,默认为 9 |
29
| style | TDTreeSelectStyle | TDTreeSelectStyle.normal | 一级菜单样式 |
0 commit comments