TextAtom constructor

TextAtom({
  1. List<TextInput>? inputs,
  2. String? key,
})

Implementation

TextAtom({
  this.inputs,
  this.key,
});