onAttachmentPressed property

dynamic Function(dynamic (File file, {int? size, String? type}))? onAttachmentPressed
final

Implementation

final Function(Function(File file, {String? type, int? size}))? onAttachmentPressed;