DirectoryTreeStateProvider constructor
const
DirectoryTreeStateProvider({
- Key? key,
- required DirectoryTreeStateNotifier notifier,
- required Widget child,
Constructs a DirectoryTreeStateProvider with the given notifier and child widget.
Implementation
const DirectoryTreeStateProvider({
super.key,
required DirectoryTreeStateNotifier super.notifier,
required super.child,
});