FluentImage class

Inheritance
Implemented types
Annotations
  • @JsonSerializable.new()

Constructors

FluentImage(String src)
FluentImage.fromJson(Map<String, dynamic> json)
factory

Properties

color String?
Text color in hex format (e.g. '#FF0000'). Null = auto (default color).
getter/setter pairinherited
contentVersion int
no setterinherited
fontFamily String
Font family for this fragment (e.g. 'DejaVu Sans', 'Roboto').
getter/setter pairinherited
fontSize double
Font size in points (e.g. 14.0).
getter/setter pairinherited
fragments List<FNode>
FluentImage can behave as an "atomic container" when it is block-level (direct child of Root/ListItem/FluentCell): in that case it is its own LogicalLine. Has no children.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
height double?
Image height in pixels. null = default height
getter/setter pair
highlightColor String?
Highlight color (background) in hex format. Null = no highlight.
getter/setter pairinherited
id String
getter/setter pairinherited
isBold bool
no setterinherited
renderText String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src String
getter/setter pair
styles List<String>?
List of applied inline styles, e.g. 'bold', 'italic', 'bold','italic'.
getter/setter pairinherited
text String
getter/setter pairinherited-setteroverride-getter
textAlign String
Alignment when the image is block-level (left, center, right).
getter/setter pair
type String
getter/setter pairinherited-setteroverride-getter
width double?
Image width in pixels. null = default width
getter/setter pair

Methods

bumpVersion() → void
Increment the version so the delta system knows this node changed.
inherited
getChildren() List<FNode>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited