EventGadget constructor

EventGadget({
  1. String? display,
  2. int? height,
  3. String? iconLink,
  4. String? link,
  5. Map<String, String>? preferences,
  6. String? title,
  7. String? type,
  8. int? width,
})

Implementation

EventGadget({
  this.display,
  this.height,
  this.iconLink,
  this.link,
  this.preferences,
  this.title,
  this.type,
  this.width,
});