PopoverDecoration constructor

PopoverDecoration({
  1. required Placement placement,
  2. required Offset shift,
  3. required Size boxSize,
})

Implementation

PopoverDecoration({
  required this.placement,
  required this.shift,
  required this.boxSize,
});