ParagraphEmbed class abstract

Base class for paragraph embeds.

Implemented types
Implementers
Annotations

Constructors

ParagraphEmbed()
Constant base constructor for implementations.
const

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

createController() ParagraphEmbedController
Create a controller with this embed as its initial state.
createView(BuildContext context) Widget
Create a widget that displays this embed.
match<T>({required T line(LineParagraph), required T embed(ParagraphEmbed)}) → T
Execute line if this is a LineParagraph and embed if this is a ParagraphEmbed.
override
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