InputBusinessStartPage constructor

InputBusinessStartPage({
  1. required String title,
  2. required String message,
  3. InputFile? sticker,
})

Implementation

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