SelectDirView constructor
SelectDirView(
- String dirId,
- ValueChanged<
SelectFolderEntity> callback, { - Key? key,
Implementation
SelectDirView(
this.dirId,
this.callback, {
Key? key,
}) : super(key: key);