OptionSelectionScreen constructor
const
OptionSelectionScreen({
- Key? key,
- required Bubble bubble,
- required OptionClickedCallback optionSubmited,
- required int currentBotBubbleid,
Implementation
const OptionSelectionScreen(
{super.key,
required this.bubble,
required this.optionSubmited,
required this.currentBotBubbleid});