menu
tx_design package
documentation
widgets/expansion_panel.dart
TxExpansionPanel
children property
children property
dark_mode
light_mode
children
property
List
<
Widget
>
children
final
panel 展开时显示的小组件。
通常为
TxPanel
小部件。
Implementation
final List<Widget> children;
tx_design package
documentation
widgets/expansion_panel
TxExpansionPanel
children property
TxExpansionPanel class