BusinessIntro constructor

const BusinessIntro({
  1. String? title,
  2. String? message,
  3. Sticker? sticker,
})

Creates a BusinessIntro object.

Implementation

const BusinessIntro({
  this.title,
  this.message,
  this.sticker,
});