menu
tx_design package
documentation
widgets/panel.dart
TxPanel
selectedColor property
selectedColor property
dark_mode
light_mode
selectedColor
property
Color
?
selectedColor
final
定义选择面板时用于图标和文本的颜色。
如果此属性为空,则使用
ColorScheme.primary
。
Implementation
final Color? selectedColor;
tx_design package
documentation
widgets/panel
TxPanel
selectedColor property
TxPanel class