I have a view controller I have a variable:
@State private var textToShow = "Some Text"
That I show in:
Text(textToShow)
I have a butto