isRecordingVideo property

bool isRecordingVideo

Implementation

bool get isRecordingVideo =>
    isVideo && status == MediaCaptureStatus.capturing;