Set State

Property nodes

ConditionValue

Released in version:

1.0.0

Flutter/Dart link:

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

Input nameCanvas RequiredTypeDescription

connector

Flow

Allows to continue the flow in this node

Outputs

Output nameCanvas RequiredTypeDescription

connector

Flow

The flow can continue through this output

Last updated