FileDropArea constructor

const FileDropArea({
  1. Key? key,
  2. required FileDropCallback onFileDrop,
  3. required Widget child,
})

Implementation

const FileDropArea({super.key, required this.onFileDrop, required this.child});