menu
tx_design package
documentation
widgets/radio_cell.dart
TxRadioCell<T>
activeColor property
activeColor property
dark_mode
light_mode
activeColor
property
Color
?
activeColor
final
选中此复选框时要使用的颜色。
默认为当前
Theme
的
ColorScheme.primary
。
Implementation
final Color? activeColor;
tx_design package
documentation
widgets/radio_cell
TxRadioCell<T>
activeColor property
TxRadioCell class