WebCameraPage constructor
const
WebCameraPage({})
Implementation
const WebCameraPage({
super.key,
this.cancelButtonText = "Cancel",
required this.onPictureTaken,
required this.onCancel,
this.appBarTitle,
this.centerTitle,
});