AttachmentsPickerBuilder typedef

AttachmentsPickerBuilder = Widget Function(BuildContext context, StreamMessageInputController messageInputController, StreamAttachmentPicker defaultPicker)

Widget builder for a custom attachment picker.

Implementation

typedef AttachmentsPickerBuilder = Widget Function(
  BuildContext context,
  StreamMessageInputController messageInputController,
  StreamAttachmentPicker defaultPicker,
);