Badges show notifications, counts, or status information on navigation items and icons
View Material Design documentation
<material3:MaterialBadge
Text="999+"
Type="Large" />
This property is to set the badge type.
- Small
- Large
This property is to the text of the badge. it's only supported on Large type
This property is to the text color of the badge. it's only supported on Large type
This property is to the font size of the badge. it's only supported on Large type
This property is to the font family of the badge. it's only supported on Large type
This property is to set the badge background color.
This property is to set the corner radius of the badge.