Button(action: {self.buttonTapped()}) { Text("Button") .padding(.all, 12) .foregroundColor(.white) .background(Color.red) }