confBottomSheetFeedBack method
Configure listeners of the bottomSheetControllers.
Implementation
void confBottomSheetFeedBack(List<CBottomSheetController>? controllers) {
bottomSheetControllers = controllers;
bottomSheetControllers?.forEach(_registerBottomSheet);
}