VectorGraphicsErrorListener typedef
VectorGraphicsErrorListener =
void Function(Object error, StackTrace? stackTrace)
The signature for an error callback if an error occurs during image decoding.
Implementation
typedef VectorGraphicsErrorListener = void Function(
Object error,
StackTrace? stackTrace,
);