How to access a widget from within a custom action's code

Hello! I have a textfield added to a container through FlutterFlows visual editor. In the actions tab of the textfield I made a custom action that get's called onChange and at the moment it returns a random string. Is there a way to have reference to that textfield in the custom action's code so I return it's text instead. So every time a user types or if there is a change on the textfield, that custom action returns the text of that textfield instead of a random text

3
5 replies