badgeCount property

int? badgeCount
final

Optional badge count to display on icon buttons.

Displays a notification badge with the count on the top-right corner of the button. Counts > 99 are displayed as "99+". Only applicable to icon-only buttons (CNButton.icon).

Implementation

final int? badgeCount;