EditorController class

Constructors

EditorController({ScrollController? scrollController})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollController ScrollController?
Controller that controls the enclosing scroll view.
getter/setter pair
setHeight ↔ (void Function(double height)?)
getter/setter pair
webViewController ↔ InAppWebViewController
Underlying web view controller.
getter/setter pair

Methods

focus() → void
getHtml() Future<String>
Get html content from editor
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setHtml(String html) → void
Set html content for editor
setSetHeightCallback(void f(double)) → void
setWebViewController(InAppWebViewController controller) → void
toString() String
A string representation of this object.
inherited
unfocus() → void

Operators

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