buildDefaultSuccessDialogView function

Widget buildDefaultSuccessDialogView()

Implementation

Widget buildDefaultSuccessDialogView() {
  return DefaultSuccessDialogView(
    textConfig: DefaultSuccessDialogTextConfig(
      buttonTitle: 'OK',
      title: 'Thank You!',
      subtitle: 'We appreciate your feedback and carefully review it!',
    ),
  );
}