BubbleScreen constructor

const BubbleScreen(
  1. int currentBotBubbleid,
  2. AudioPlayerNotifier audioPlayerNotifier,
  3. Bubble bubble,
  4. BotDetails? botDetails, {
  5. Key? key,
  6. required OptionClickedCallback optionSubmited,
})

Implementation

const BubbleScreen(
  this.currentBotBubbleid,
  this.audioPlayerNotifier,
  this.bubble,
  this.botDetails, {
  super.key,
  required this.optionSubmited,
});