QuillTextLink class
Contains information about link and text.
Constructors
- QuillTextLink(String text, String? link)
- QuillTextLink.prepare(QuillController controller)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
submit(
QuillController controller) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
isSelected(
QuillController controller) → bool