FieldTextArea constructor

const FieldTextArea({
  1. String? label,
  2. int? maxLines,
  3. String? hint,
  4. bool? enabled,
  5. Map<String, dynamic>? inputDecoration,
  6. String? type,
  7. List<Map<FieldValidator, dynamic>>? validators,
  8. dynamic initialValue,
  9. double? sequence,
})

Implementation

const FieldTextArea({this.label, this.maxLines, this.hint, this.enabled, this.inputDecoration, this.type, this.validators, this.initialValue, this.sequence});