menu
tx_design package
documentation
widgets/badge.dart
TxBadge
isLabelVisible property
isLabelVisible property
dark_mode
light_mode
isLabelVisible
property
bool
isLabelVisible
final
如果为 false,则不包括徽章的
label
。
默认情况下,此标志为 true。它旨在方便地创建仅在特定条件下显示的徽章。
Implementation
final bool isLabelVisible;
tx_design package
documentation
widgets/badge
TxBadge
isLabelVisible property
TxBadge class