BusinessStartPage constructor

BusinessStartPage({
  1. required String title,
  2. required String message,
  3. Sticker? sticker,
})

Implementation

BusinessStartPage({required this.title, required this.message, this.sticker});