matrixDropdownBuilder function

Widget matrixDropdownBuilder(
  1. BuildContext context,
  2. Elementbase element, {
  3. ElementConfiguration? configuration,
})

Implementation

Widget matrixDropdownBuilder(BuildContext context, s.Elementbase element,
    {ElementConfiguration? configuration}) {
  return MatrixDropdownElement(
    formControlName: element.name!,
    matrix: element as s.Matrixdropdown,
  ).wrapQuestionTitle(context, element, configuration: configuration);
}