allowSignalsCreatedInBuildContext top-level property

  1. @Deprecated('use SignalsMixin instead')
bool allowSignalsCreatedInBuildContext
getter/setter pair

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;