ParagraphEmbedController class abstract

Interface for controller of a ParagraphEmbed.

Represents the editable version of the embed.

Implementers

Constructors

ParagraphEmbedController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createEditor(BuildContext context, FocusNode focusNode) Widget
Create an embed editor for this embed controller.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEmbed() ParagraphEmbed?
Convert the current state of the controller to a ParagraphEmbed.
toString() String
A string representation of this object.
inherited

Operators

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