WidgetMarkup constructor
WidgetMarkup({
- List<
Button> ? buttons, - Image? image,
- KeyValue? keyValue,
- TextParagraph? textParagraph,
Implementation
WidgetMarkup({
this.buttons,
this.image,
this.keyValue,
this.textParagraph,
});