SelectDirView constructor

SelectDirView(
  1. String dirId,
  2. ValueChanged<SelectFolderEntity> callback, {
  3. Key? key,
})

Implementation

SelectDirView(
  this.dirId,
  this.callback, {
  Key? key,
}) : super(key: key);