PopUpMenuRouteLayout<T> constructor

PopUpMenuRouteLayout<T>({
  1. required Rect buttonRect,
  2. required PopUpRoute<T> route,
  3. required TextDirection textDirection,
  4. required Offset target,
  5. required double verticalOffset,
  6. double? width,
  7. 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,
});