fallbackWidget property

Widget? fallbackWidget
final

Widget displayed when camera frames cannot be decoded (error state).

Shown when GemCameraPlayerController.status is GemCameraPlayerStatus.error, typically because the data source does not provide RGBA8888-compatible frames.

Implementation

final Widget? fallbackWidget;