.toolbar {
ToolbarItem {
Button {
isFavorite.toggle()
} label: {
Label("Favorite", systemImage: isFavorite ? "heart.fill" : "heart")
}
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)