HtmlEditor class

Constructors

HtmlEditor({dynamic key, dynamic editorState, ExportCallback? onSave, ExportCallback? onChanged, dynamic onCancel()?, dynamic textStyleConfiguration, bool autoFocus = true, bool editable = false, bool shrinkWrap = false, dynamic editorPadding = const EdgeInsets.all(10), dynamic header, dynamic footer})
const

Properties

autoFocus bool
final
editable bool
final
editorPadding → dynamic
final
editorState → dynamic
final
final
hashCode int
The hash code for this object.
no setterinherited
final
onCancel → dynamic Function()?
final
onChanged ExportCallback?
final
onSave ExportCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shrinkWrap bool
final
textStyleConfiguration → dynamic
final

Methods

createState() HtmlEditorState
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

cancelEditKey → const dynamic
saveEditKey → const dynamic