ExportedID class Core

A record of a node whose id was exported. An ExportedID record gives the bounding rectangle of one instance of the node with the given ID. Multiple bounding rectangles may be created for the same node, e.g. if that node is used multiple times in the SVG from which the ScalableImage was created.

See also ExportedIDLookup in the widgets package.

Constructors

ExportedID(String id, Rect boundingRect)

Properties

boundingRect Rect
The bounding rectangle of the node, translated into the coordinate system of the top-level ScalableImage.
final
hashCode int
The hash code for this object.
no setteroverride
id String
The ID of the node that produced this bounding rectangle.
final
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.
override

Operators

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