onFileUpload property

dynamic Function(FileUpload)? onFileUpload
final

Define what to do when a file is uploaded. This will override the default handler so you must insert the file into the editor manually

Implementation

final Function(FileUpload)? onFileUpload;