shouldCaptureButtonDisplay property

bool shouldCaptureButtonDisplay

Whether the capture button is displaying.

Implementation

bool get shouldCaptureButtonDisplay =>
    isControllerBusy ||
    (innerController?.value.isRecordingVideo ?? false) &&
        isRecordingRestricted;