shouldCaptureButtonDisplay property

bool shouldCaptureButtonDisplay

Whether the capture button is displaying.

Implementation

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