Marcin Wisniowski
07/09/2022, 9:20 AMNavigationBarItem
of a Material 3 bottom navigation bar? My initial attempt was to just wrap it in a Box
and overlay the badge, but it seems NavigationBarItem
has to be placed directly in the NavigationBar
, so I cannot do that.Marcin Wisniowski
07/09/2022, 9:23 AMBadgedBox
and set it as the icon parameter of the NavigationBarItem
.