menu
tx_design package
documentation
widgets/badge.dart
TxBadge
backgroundColor property
backgroundColor property
dark_mode
light_mode
backgroundColor
property
Color
?
backgroundColor
final
徽章的填充颜色。
默认为
BadgeTheme
的背景色,如果主题值为 null,则默认为
ColorScheme.error
。
Implementation
final Color? backgroundColor;
tx_design package
documentation
widgets/badge
TxBadge
backgroundColor property
TxBadge class