DefaultSuccessDialogView constructor

const DefaultSuccessDialogView({
  1. Key? key,
  2. required DefaultSuccessDialogTextConfig textConfig,
  3. Color? primaryColor,
})

Implementation

const DefaultSuccessDialogView({super.key, required this.textConfig, this.primaryColor});