badgeText property
Allows for custom text on the badge indicator. Important, this indicator text only appears if the type is not ZeroBadgeType.dot
If types:
- ZeroBadgeType.standard => badgeText will display the entire text
- ZeroBadgeType.number => badgeText will display a maximum of 2-3 chars, and the recommendation for the number type is only to fill in the counter value number
- ZeroBadgeType.dot => badgeText will not be displayed
Implementation
final String? badgeText;