StartVideoCaptureButton constructor Null safety
Implementation
const StartVideoCaptureButton({
Key? key,
this.style,
this.focusNode,
this.autofocus = false,
this.clipBehavior = Clip.none,
this.label = 'Start Video Capture',
}) : super(key: key);