CustomBottomSheet constructor
const
CustomBottomSheet({
- Key? key,
- Function? onPressed,
- ValueChanged<
List< ? selectedList,AtContact?> ?>
Implementation
const CustomBottomSheet({Key? key, this.onPressed, this.selectedList}) : super(key: key);