AppwinInAppContent constructor

const AppwinInAppContent({
  1. String? title,
  2. String? body,
  3. String? imageUrl,
  4. String? deeplink,
  5. List<AppwinInAppButton>? buttons,
})

Implementation

const AppwinInAppContent({
  this.title,
  this.body,
  this.imageUrl,
  this.deeplink,
  this.buttons,
});