BackgroundImageLoadError typedef
BackgroundImageLoadError =
void Function(Object exception, StackTrace? stackTrace)?
Implementation
typedef BackgroundImageLoadError = void Function(
Object exception,
StackTrace? stackTrace,
)?;