call method
Creates the root node of the state tree.
Implementation
TreeNode call([TreeBuildContext? context]) => _build(context ?? TreeBuildContext());
Creates the root node of the state tree.
TreeNode call([TreeBuildContext? context]) => _build(context ?? TreeBuildContext());