Question constructor

const Question(
  1. FormControls element, {
  2. Key? key,
})

Implementation

const Question(this.element, {super.key});