TProgressDialog constructor
const
TProgressDialog({
- Key? key,
- required TProgressManager manager,
- Widget? title,
- void onError(
- String message
- VoidCallback? onSuccess,
Implementation
const TProgressDialog({
super.key,
required this.manager,
this.title,
this.onError,
this.onSuccess,
});