Feedback constructor

Feedback({
  1. String? message,
  2. List<Button>? buttons,
})

Implementation

Feedback({
  this.message,
  this.buttons,
});