Create a TextField with a text from a object

Hey, I'm trying to create a List that gets its rows from an array of object. Every row has a TextField that gets its text from the object (the object is @State). How can I pass the text to the TextField as a bindable object?