TDPopupCenterPanel constructor
const
TDPopupCenterPanel({})
Implementation
const TDPopupCenterPanel(
{required this.child,
this.closeUnderBottom = false,
this.closeColor,
this.closeClick,
this.backgroundColor,
Key? key})
: super(key: key);