TextareaProps constructor

const TextareaProps({
  1. int? minLength,
  2. int? maxLength,
  3. int? rows = 4,
  4. void onChanged(
    1. String val
    )?,
})

Implementation

const TextareaProps({this.minLength, this.maxLength, this.rows = 4, this.onChanged});