PopupWidgetButton constructor
const
PopupWidgetButton({})
Implementation
const PopupWidgetButton({
super.key,
this.child,
this.icon,
required this.widget,
this.tooltip,
this.blurBackground = true,
this.isFullWidth = false,
this.width,
this.color,
this.onOpened,
});