CustomBottomSheet constructor

const CustomBottomSheet({
  1. Key? key,
  2. Function? onPressed,
  3. ValueChanged<List<AtContact?>?>? selectedList,
})

Implementation

const CustomBottomSheet({Key? key, this.onPressed, this.selectedList})
    : super(key: key);