Flutter – Why doesn't the button respond when I set onPressed in onLoad?
Why doesn't the button respond when I set onPressed in onLoad? The settings for position and the button itself (in this case, a TextComponent) are working, but for some reason, the function set for onPressed is not being called. import…