AddQuestionPopup constructor
const
AddQuestionPopup({
- Key? key,
- required void onValidate(),
Implementation
const AddQuestionPopup({
super.key,
required this.onValidate,
});