CameraFile constructor

const CameraFile({
  1. Key? key,
  2. Widget? customButton,
})

Implementation

const CameraFile({super.key, this.customButton});