DirectoryPickerData constructor
DirectoryPickerData({})
Implementation
DirectoryPickerData(
{required Widget child,
this.allowFolderCreation,
this.backgroundColor,
this.message,
this.rootDirectory,
this.shape})
: super(child: child);