TpAlertDialog constructor
const
TpAlertDialog({})
Implementation
const TpAlertDialog({
required this.title,
required this.message,
required this.cancelText,
required this.onOkButton,
this.color = Colors.blue,
Key? key,
}) : super(key: key);