How to make view reflect binding object’s properties changing internally in SwiftUI?
In this code below, I want the TextField value to be cleared when the button is selected and the object’s clear
method is called (in reality, my class has many properties so I feel like clearing them all calls for a “clear” function).