initialText property

String? initialText
final

Initial text for editor.

Has to be plain text in order to not mess up editor layout. Will be wrapped in <p></p>. Replaces <p><br></p> as the initial html content.

Implementation

final String? initialText;