OnWebOrDesktopAttachmentPickerOptionTap typedef

OnWebOrDesktopAttachmentPickerOptionTap = void Function(BuildContext context, StreamAttachmentPickerController controller, WebOrDesktopAttachmentPickerOption option)

Function signature for the callback when the web or desktop attachment picker option gets tapped.

Implementation

typedef OnWebOrDesktopAttachmentPickerOptionTap = void Function(
  BuildContext context,
  StreamAttachmentPickerController controller,
  WebOrDesktopAttachmentPickerOption option,
);