SelectFeedbackFormField constructor

SelectFeedbackFormField(
  1. String attribute,
  2. String label,
  3. Map<String, String> values,
  4. String defaultValue,
)

Constructor

Implementation

SelectFeedbackFormField(
    this.attribute, this.label, this.values, this.defaultValue);