AddQuestionPopup constructor

const AddQuestionPopup({
  1. Key? key,
  2. required void onValidate(),
})

Implementation

const AddQuestionPopup({
  super.key,
  required this.onValidate,
});