CardButton constructor

CardButton({
  1. String? text,
  2. String? postback,
})

Implementation

CardButton({
  this.text,
  this.postback,
});