WidgetData constructor
const
WidgetData({})
Creates a new WidgetData instance.
Implementation
const WidgetData({
this.title,
this.subtitle,
this.body,
this.imageUrl,
this.iconName,
this.customData,
this.timestamp,
});