CreateFolderView constructor

const CreateFolderView(
  1. String parentId,
  2. Function callBack, {
  3. Key? key,
})

Implementation

const CreateFolderView(this.parentId, this.callBack, {Key? key})
    : super(key: key);