onImagePaste property

(Future<String?> Function(Uint8List imageBytes)?) onImagePaste
final

Callback when the user pastes the given image.

Returns the url of the image if the image should be inserted.

Implementation

final Future<String?> Function(Uint8List imageBytes)? onImagePaste;