filePath property

String? filePath
final

Specify the file path to your custom html editor code.

Make sure to set the editor's HTML ID to be 'summernote-2'.

If you plan to use this on Web, you must add comments in your HTML so the package can insert the relevant JS code to communicate between Dart and JS. See the README for more details on this.

Implementation

final String? filePath;