Popover constructor
Popover({})
Creates a popover controlled by open.
Implementation
Popover({
required this.trigger,
this.child,
this.children = const [],
this.open = false,
this.placement = 'bottom',
this.className,
this.props = const {},
this.style = const {},
this.dartStyle,
});