GoogleAppsCardV1TextInput constructor

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

Implementation

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