OverlayRouteLayout constructor
OverlayRouteLayout(
- RelativeRect position,
- EdgeInsets padding,
- Set<
Rect> avoidBounds, - TextDirection textDirection,
Implementation
OverlayRouteLayout(
this.position,
this.padding,
this.avoidBounds,
this.textDirection,
);