QRErrorBuilder typedef
QRErrorBuilder =
Widget Function(BuildContext context, Object? error)
A function type to be called when any form of error occurs while painting a QRCode.
Implementation
typedef QRErrorBuilder = Widget Function(BuildContext context, Object? error);