TDPopupBottomDisplayPanel constructor
const
TDPopupBottomDisplayPanel({})
Implementation
const TDPopupBottomDisplayPanel(
{required this.child,
this.title,
this.titleColor,
this.titleLeft = false,
this.hideClose = false,
this.closeColor,
this.closeClick,
this.backgroundColor,
Key? key})
: super(key: key);