CustomAttachmentIconBuilder typedef

CustomAttachmentIconBuilder = Widget Function(BuildContext context, bool active)

Callback for building an icon for a custom attachment type.

Implementation

typedef CustomAttachmentIconBuilder = Widget Function(
  BuildContext context,
  bool active,
);