I was trying to use the flutter glow text custom widget and although it works when I hardcode the actual text in the code editor, i cannot edit text in the text parameter field when adjusting the app. The only parameter that is adjustable is the height and width. So how to add a text parameter that works with a custom widget?
In the photo below you can see I have "abc" as a value so that text should appear. I have swapped out the word "value" for "text" and many others. The "debug - value: "" part is what I hardcoded into the code editor. But I need the paramater adjustor on the right side of screen to edit this field.