widgets/components/survey_component library
A Flutter widget that renders a survey matrix based on a Form.io "survey" component.
Each row represents a question and each column is a selectable rating option. Internally stores the selected values in a map of { questionValue: selectedOption }.