DefaultSuccessDialogView constructor
const
DefaultSuccessDialogView({
- Key? key,
- required DefaultSuccessDialogTextConfig textConfig,
- Color? primaryColor,
Implementation
const DefaultSuccessDialogView({super.key, required this.textConfig, this.primaryColor});