JidoujishoBottomSheet constructor

const JidoujishoBottomSheet(
  1. {required List<JidoujishoBottomSheetOption> options,
  2. bool scrollToExtent = true,
  3. Key? key}
)

Initialise a bottom sheet.

Implementation

const JidoujishoBottomSheet({
  required this.options,
  this.scrollToExtent = true,
  super.key,
});