DropBox constructor

const DropBox({
  1. Key? key,
  2. bool withBlur = true,
  3. bool dense = false,
})

Implementation

const DropBox({super.key, this.withBlur = true, this.dense = false});