This worked for me
VStack(alignment: .center) {
Image(systemName: "globe")
.resizable()
.aspectRatio(contentMode: .fit)
}
.widgetLabel("Your A Game")