SurveyComponent constructor

const SurveyComponent({
  1. Key? key,
  2. required ComponentModel component,
  3. required Map<String, String> value,
  4. required ValueChanged<Map<String, String>> onChanged,
})

Implementation

const SurveyComponent({super.key, required this.component, required this.value, required this.onChanged});