CameraPage constructor
const
CameraPage({
- Key? key,
- required List<
CameraDescription> ? cameras, - Widget? shutterWidget,
- Color? bottomStripColor,
- Widget? completedWidget,
- Widget? noImageWidget,
- Color? imageCountBgColor,
- TextStyle? imageCountTextStyle,
- Widget? cameraLoadingWidget,
- Color? previewPageAppBarColor,
- Text? previewPageAppBarTextWidget,
- Color? previewPageBottomAreaColor,
- Widget? selectImageWidget,
- Widget? deSelectImageWidget,
Implementation
const CameraPage(
{super.key,
required this.cameras,
this.shutterWidget,
this.bottomStripColor,
this.completedWidget,
this.noImageWidget,
this.imageCountBgColor,
this.imageCountTextStyle,
this.cameraLoadingWidget,
this.previewPageAppBarColor,
this.previewPageAppBarTextWidget,
this.previewPageBottomAreaColor,
this.selectImageWidget,
this.deSelectImageWidget});