EmbedContext class
Encapsulates the context required for embedding content in a rich text editor.
This class holds essential parameters for configuring embedded content, and it is used within the EmbedBuilder interface.
See also:
Properties
- controller → QuillController
-
The QuillController managing the editor's state.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inline → bool
-
Indicates if the embed should be rendered inline.
final
- node → Embed
-
The leaf.Embed instance representing the embedded content.
final
- readOnly → bool
-
Indicates if the editor is in read-only mode.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textStyle → TextStyle
-
The TextStyle to apply to the embedded content.
final
Methods
-
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