BlockNoteTextContent class
Text inline content.
- Inheritance
-
- Object
- BlockNoteInlineContent
- BlockNoteTextContent
Constructors
-
BlockNoteTextContent({String type = 'text', required String text, Map<
String, dynamic> ? styles}) -
const
Properties
Methods
-
copyWith(
{String? type, String? text, Object? styles = kUnset}) → BlockNoteTextContent -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts this inline content to JSON.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override