GoogleAppsCardV1SelectionItem constructor

GoogleAppsCardV1SelectionItem({
  1. String? bottomText,
  2. bool? selected,
  3. String? startIconUri,
  4. String? text,
  5. String? value,
})

Implementation

GoogleAppsCardV1SelectionItem({
  this.bottomText,
  this.selected,
  this.startIconUri,
  this.text,
  this.value,
});