PopoverView constructor
const
PopoverView(
- PopoverModel model, {
- Key? key,
- Widget? child,
Implementation
const PopoverView(this.model, {super.key, this.child});
const PopoverView(this.model, {super.key, this.child});