treeAlgorithmProvider top-level property

StateProvider<AlgorithmType> treeAlgorithmProvider
final

Provider for the tree algorithm.

Implementation

final treeAlgorithmProvider = StateProvider<AlgorithmType>(
  (ref) => AlgorithmType.traditional,
);