BalloonGeometry class final

Available extensions

Constructors

BalloonGeometry(BalloonAnchor anchor, Point<double> imageAnchor, Rect contentRect, Rect balloonRect, {required double width, required double height})
const

Properties

anchor BalloonAnchor
final
balloonRect Rect
area with balloon, except leg, shadows, etc.
final
contentRect Rect
area with main information, except leg/borders
final
hashCode int
The hash code for this object.
no setteroverride
height double
final
imageAnchor Point<double>
Anchor inside image rect. Coordinates from 0 to 1 are inside the image.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
Total balloon image size
final

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 ==(covariant BalloonGeometry other) bool
The equality operator.
override