ShowMenuArgs constructor

ShowMenuArgs(
  1. double devicePixelRatio,
  2. Offset position,
  3. List<MenuItem> items
)

Implementation

ShowMenuArgs(
  this.devicePixelRatio,
  this.position,
  this.items,
);