I also learned more about @export.
I also learned more about @export.
1. A signal needs a receiver method, and this method usually has syntax of _on_ preceeding the signal.
2. You have to connect the signal and can do so either in code or by using the UI, but preferably in code.
I sketched it to understand.
1. A signal needs a receiver method, and this method usually has syntax of _on_ preceeding the signal.
2. You have to connect the signal and can do so either in code or by using the UI, but preferably in code.
I sketched it to understand.