TDPopupBottomConfirmPanel constructor
const
TDPopupBottomConfirmPanel({})
Implementation
const TDPopupBottomConfirmPanel(
{required this.child,
this.title,
this.titleColor,
this.leftText,
this.leftTextColor,
this.leftClick,
this.rightText,
this.rightTextColor,
this.rightClick,
this.backgroundColor,
Key? key})
: super(key: key);