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