WidgetMarkup constructor

WidgetMarkup({
  1. List<Button>? buttons,
  2. Image? image,
  3. KeyValue? keyValue,
  4. TextParagraph? textParagraph,
})

Implementation

WidgetMarkup({this.buttons, this.image, this.keyValue, this.textParagraph});