StringFeedbackFormField constructor

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

Constructor

Implementation

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