QuestionCard constructor
const
QuestionCard({})
Implementation
const QuestionCard({
super.key,
required this.question,
required this.update,
this.onSaved,
this.validator,
this.autovalidateMode,
required this.defaultErrorText,
required this.isNumeric,
});