CustomBottomSheet constructor

const CustomBottomSheet({
  1. Key? key,
})

Implementation

const CustomBottomSheet({Key? key}) : super(key: key);