StringFormField constructor

StringFormField(
  1. String name,
  2. String value, {
  3. ContentType? contentType,
})

Implementation

StringFormField(this.name, this.value, {this.contentType});