JidoujishoBottomSheet constructor
- {required List<
JidoujishoBottomSheetOption> options, - bool scrollToExtent = true,
- Key? key}
Initialise a bottom sheet.
Implementation
const JidoujishoBottomSheet({
required this.options,
this.scrollToExtent = true,
super.key,
});