PopupLayout constructor
PopupLayout({})
Implementation
PopupLayout(
{Key? key,
this.bgColor,
required this.child,
this.transition = true,
this.opacity = 0.09,
this.top,
this.bottom,
this.left,
this.right,
this.height,
this.width});