RichTextLeafImage class final

Inheritance
Implemented types

Constructors

RichTextLeafImage({required int id, required Uri imageUrl, required String title, required String source, required String alt, required String copyright, required JSONMap metadata, required List<RichTextLeafMark> marks})
RichTextLeafImage.fromJson(JSONMap json)
factory

Properties

alt String
final
anchor RichTextLeafMarkAnchor?
finalinherited
backgroundColor RichTextLeafMarkHighlight?
Color behind text
finalinherited
final
foregroundColor RichTextLeafMarkTextStyle?
Text color
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id int
final
imageUrl Uri
final
isBold bool
finalinherited
isCode bool
finalinherited
isItalic bool
finalinherited
isStriked bool
finalinherited
isSubscript bool
finalinherited
isSuperscript bool
finalinherited
isUnderlined bool
finalinherited
finalinherited
metadata → JSONMap
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
final
title String
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