AttachmentsSheetView constructor
const
AttachmentsSheetView({
- Key? key,
- required dynamic onDocument(),
- required dynamic onCamera(),
- required dynamic onGallery(),
- required dynamic onAudio(),
- required dynamic onContact(),
- required dynamic onLocation(),
Implementation
const AttachmentsSheetView({Key? key,
required this.onDocument,
required this.onCamera,
required this.onGallery,
required this.onAudio,
required this.onContact,
required this.onLocation})
: super(key: key);