createState property
A factory function that can create the TreeState that defines the behavior of the node when it is an active state in a state machine.
Implementation
final StateCreator createState;
A factory function that can create the TreeState that defines the behavior of the node when it is an active state in a state machine.
final StateCreator createState;