CustomModalBottomSheet constructor

const CustomModalBottomSheet({
  1. dynamic actionOnCloseModal(
    1. dynamic
    )?,
  2. required Widget bottomSheetModal,
})

Implementation

const CustomModalBottomSheet({
  this.actionOnCloseModal,
  required this.bottomSheetModal,
});