embeddedImageEmitsError property

bool embeddedImageEmitsError
final

If set to true and there is an error loading the embedded image, the errorStateBuilder callback will be called (if it is defined). If false, the widget will ignore the embedded image and just display the QR code. The default is false.

Implementation

final bool embeddedImageEmitsError;