ExtraItems constructor
const
ExtraItems({
- Key? key,
- void handleImageSelection()?,
- void handleFileSelection()?,
- void handlePickerSelection()?,
- void handleUploadVideo()?,
- void handleCaptureVideo()?,
Implementation
const ExtraItems({
super.key,
this.handleImageSelection,
this.handleFileSelection,
this.handlePickerSelection,
this.handleUploadVideo,
this.handleCaptureVideo,
});