PopUpMenuRouteLayout<T> constructor
PopUpMenuRouteLayout<T> ({
- required Rect buttonRect,
- required PopUpRoute<
T> route, - required TextDirection textDirection,
- required Offset target,
- required double verticalOffset,
- double? width,
- bool below = false,
Implementation
PopUpMenuRouteLayout({
required this.buttonRect,
required this.route,
required this.textDirection,
required this.target,
required this.verticalOffset,
this.width,
this.below = false,
});