foregroundBuilder property

(Widget Function(CameraValue)?) foregroundBuilder
final

The foreground widget builder which will cover the whole camera preview. 覆盖在相机预览上方的前景构建

Implementation

final Widget Function(CameraValue)? foregroundBuilder;