GoogleAppsCardV1TextInput constructor
GoogleAppsCardV1TextInput({
- GoogleAppsCardV1Action? autoCompleteAction,
- String? hintText,
- GoogleAppsCardV1Suggestions? initialSuggestions,
- String? label,
- String? name,
- GoogleAppsCardV1Action? onChangeAction,
- String? placeholderText,
- String? type,
- String? value,
Implementation
GoogleAppsCardV1TextInput({
this.autoCompleteAction,
this.hintText,
this.initialSuggestions,
this.label,
this.name,
this.onChangeAction,
this.placeholderText,
this.type,
this.value,
});