BasicCardButton constructor

BasicCardButton({
  1. String? title,
  2. OpenUriAction? openUriAction,
})

The button object that appears at the bottom of a basic card.

Implementation

BasicCardButton({
  this.title,
  this.openUriAction,
});