ChooseFromGalleryOption constructor

const ChooseFromGalleryOption(
  1. Function onScanData, {
  2. Key? key,
})

Implementation

const ChooseFromGalleryOption(this.onScanData, {Key? key}) : super(key: key);