PopoverView constructor

const PopoverView(
  1. PopoverModel model, {
  2. Key? key,
  3. Widget? child,
})

Implementation

const PopoverView(this.model, {super.key, this.child});