document property

  1. @Deprecated("The Document is now retrieved from the Editor. You should remove this property from your SuperEditor widget.")
Document? document
final

The Document that's edited by the editor.

Implementation

@Deprecated(
    "The Document is now retrieved from the Editor. You should remove this property from your SuperEditor widget.")
final Document? document;