OptionSelectionScreen constructor

const OptionSelectionScreen({
  1. Key? key,
  2. required Bubble bubble,
  3. required OptionClickedCallback optionSubmited,
  4. required int currentBotBubbleid,
})

Implementation

const OptionSelectionScreen(
    {super.key,
    required this.bubble,
    required this.optionSubmited,
    required this.currentBotBubbleid});