confBottomSheetFeedBack method

void confBottomSheetFeedBack(
  1. List<CBottomSheetController>? controllers
)

Configure listeners of the bottomSheetControllers.

Implementation

void confBottomSheetFeedBack(List<CBottomSheetController>? controllers) {
  bottomSheetControllers = controllers;
  bottomSheetControllers?.forEach(_registerBottomSheet);
}