TextInput constructor
TextInput({
- TextWithTooltip? additionalInfo,
- String? ariaLabel,
- String? formatInfo,
- String? type,
Implementation
TextInput({this.additionalInfo, this.ariaLabel, this.formatInfo, this.type});