TextInput constructor

TextInput({
  1. TextWithTooltip? additionalInfo,
  2. String? ariaLabel,
  3. String? formatInfo,
  4. String? type,
})

Implementation

TextInput({this.additionalInfo, this.ariaLabel, this.formatInfo, this.type});