allowSignalsCreatedInBuildContext top-level property
If true it would allow creating signals inside the build method.
This comes at the cost of needing to be unique with the starting value, debug label and auto dispose flag
Implementation
@Deprecated('use SignalsMixin instead')
bool allowSignalsCreatedInBuildContext = false;