treeAlgorithmProvider top-level property
final
Provider for the tree algorithm.
Implementation
final treeAlgorithmProvider = StateProvider<AlgorithmType>(
(ref) => AlgorithmType.traditional,
);
Provider for the tree algorithm.
final treeAlgorithmProvider = StateProvider<AlgorithmType>(
(ref) => AlgorithmType.traditional,
);