CFeedBackManager constructor
const
CFeedBackManager({
- Key? key,
- required Widget child,
- List<
CBottomSheetController> ? bottomSheetControllers, - List<
CDialogController> ? dialogControllers, - List<
CSnackBarController> ? snackBarControllers,
Implementation
const CFeedBackManager({
Key? key,
required this.child,
this.bottomSheetControllers,
this.dialogControllers,
this.snackBarControllers,
}) : super(key: key);