SwiftUI: How to implement a custom init with @Binding variables

I am working on a money input screen and I need to implement a custom init to set a state variable based on the initialized amount. I thought the following would work: struct AmountView : View { ...