Property nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/widgets/State/setState.htmlarrow-up-right
The "Set state" node is a property node that emulates the behavior of "setState" in Flutter.
With the setState we can notify the framework that the internal state of the widget has changed, and therefore we ask it to redo the widget.
Inputs
connector
Flow
Allows to continue the flow in this node
Outputs
The flow can continue through this output
Last updated 3 years ago