TextAreaFeedbackFormField constructor

TextAreaFeedbackFormField(
  1. String attribute,
  2. String placeholder,
  3. String defaultValue
)

Constructor

Implementation

TextAreaFeedbackFormField(
    this.attribute, this.placeholder, this.defaultValue);