menu
auraa_ui package
documentation
aura_ui.dart
AuiBadge
count property
count property
dark_mode
light_mode
count
property
int
?
count
final
The number displayed inside the badge.
null
— renders a dot badge (no number).
0
— badge is hidden;
child
is returned unwrapped.
> 0
— renders a count badge.
Implementation
final int? count;
auraa_ui package
documentation
aura_ui
AuiBadge
count property
AuiBadge class