GoogleAppsCardV1TextInput constructor

GoogleAppsCardV1TextInput({
  1. GoogleAppsCardV1Action? autoCompleteAction,
  2. String? hintText,
  3. HostAppDataSourceMarkup? hostAppDataSource,
  4. GoogleAppsCardV1Suggestions? initialSuggestions,
  5. String? label,
  6. String? name,
  7. GoogleAppsCardV1Action? onChangeAction,
  8. String? placeholderText,
  9. String? type,
  10. GoogleAppsCardV1Validation? validation,
  11. String? value,
})

Implementation

GoogleAppsCardV1TextInput({
  this.autoCompleteAction,
  this.hintText,
  this.hostAppDataSource,
  this.initialSuggestions,
  this.label,
  this.name,
  this.onChangeAction,
  this.placeholderText,
  this.type,
  this.validation,
  this.value,
});