FXCameraPage constructor
const
FXCameraPage({})
Implementation
const FXCameraPage({
Key? key,
required this.cameras,
required this.resolution,
this.enableAudio = false,
}) : super(key: key);
const FXCameraPage({
Key? key,
required this.cameras,
required this.resolution,
this.enableAudio = false,
}) : super(key: key);