loadingWidget property

Widget? loadingWidget
final

Widget displayed while waiting for the first camera frame (loading state).

Shown when GemCameraPlayerController.status is GemCameraPlayerStatus.loading, before the first frame has been received from the data source.

Implementation

final Widget? loadingWidget;