frontCamera constant
VideoConfig
const frontCamera
Front camera preset (720p)
Implementation
static const VideoConfig frontCamera = VideoConfig(
facingMode: 'user',
width: 1280,
height: 720,
);