KeyValue constructor

KeyValue({
  1. String? bottomLabel,
  2. Button? button,
  3. String? content,
  4. bool? contentMultiline,
  5. String? icon,
  6. String? iconUrl,
  7. OnClick? onClick,
  8. String? topLabel,
})

Implementation

KeyValue({
  this.bottomLabel,
  this.button,
  this.content,
  this.contentMultiline,
  this.icon,
  this.iconUrl,
  this.onClick,
  this.topLabel,
});