QrErrorBuilder typedef

QrErrorBuilder = Widget Function(BuildContext context, Object? error)

A function type to be called when any form of error occurs while painting a QrImage.

Implementation

typedef QrErrorBuilder = Widget Function(BuildContext context, Object? error);