isRecordingVideo property

bool get isRecordingVideo

Implementation

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