DropdownMenuPosition constructor

const DropdownMenuPosition({
  1. Alignment targetAnchor = Alignment.bottomLeft,
  2. Alignment anchor = Alignment.topLeft,
  3. Offset offset = Offset.zero,
})

Implementation

const DropdownMenuPosition({
  this.targetAnchor = Alignment.bottomLeft,
  this.anchor = Alignment.topLeft,
  this.offset = Offset.zero,
});