QrErrorBuilder typedef

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

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

Implementation

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