BubbleScreen constructor
const
BubbleScreen(
- int currentBotBubbleid,
- AudioPlayerNotifier audioPlayerNotifier,
- Bubble bubble,
- BotDetails? botDetails, {
- Key? key,
- required OptionClickedCallback optionSubmited,
Implementation
const BubbleScreen(
this.currentBotBubbleid,
this.audioPlayerNotifier,
this.bubble,
this.botDetails, {
super.key,
required this.optionSubmited,
});