InlineCodeCharacterShortcut class
'`code`' → inline code.
- Inheritance
-
- Object
- TypingShortcut
- CharacterShortcut
- InlineCodeCharacterShortcut
Constructors
- InlineCodeCharacterShortcut()
-
Creates the shortcut.
const
Properties
-
attribute
→ Attribute<
Object?> -
The inline attribute applied to the unwrapped content.
no setteroverride
-
delimiters
→ List<
String> -
The delimiters that wrap the span, tried in order (e.g.
['**', '__']for bold).no setteroverride - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
tryApply(
QuillKitController controller, String trigger) → bool -
Attempts to apply this shortcut after
triggerwas typed; returns whether the document was changed.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited