NicePopover constructor
Implementation
const NicePopover({
super.key,
required this.trigger,
required this.content,
this.position = NicePopoverPosition.bottom,
this.width = 240,
this.showOnHover = false,
});
const NicePopover({
super.key,
required this.trigger,
required this.content,
this.position = NicePopoverPosition.bottom,
this.width = 240,
this.showOnHover = false,
});