OverlayRouteLayout constructor

OverlayRouteLayout(
  1. RelativeRect position,
  2. EdgeInsets padding,
  3. Set<Rect> avoidBounds,
  4. TextDirection textDirection,
)

Implementation

OverlayRouteLayout(
  this.position,
  this.padding,
  this.avoidBounds,
  this.textDirection,
);