TagInput constructor

TagInput({
  1. Key? key,
  2. String? placeholder,
  3. Function? onChange,
})

Implementation

TagInput({
  super.key,
  this.placeholder,
  this.onChange,
});