BalloonGeometry constructor

const BalloonGeometry(
  1. BalloonAnchor anchor,
  2. Point<double> imageAnchor,
  3. Rect contentRect,
  4. Rect balloonRect, {
  5. required double width,
  6. required double height,
})

Implementation

const BalloonGeometry(
  this.anchor,
  this.imageAnchor,
  this.contentRect,
  this.balloonRect, {
  required this.width,
  required this.height,
});