SentenceAnswer constructor
const
SentenceAnswer({})
Implementation
const SentenceAnswer({
super.key,
required this.onChange,
required this.question,
required this.isNumeric,
});
const SentenceAnswer({
super.key,
required this.onChange,
required this.question,
required this.isNumeric,
});