SvgLoader<T> constructor

const SvgLoader<T>({
  1. SvgTheme? theme,
  2. ColorMapper? colorMapper,
})

Creates an instance of SvgLoader.

Takes an optional theme to determine currentColor and font sizing attributes and an optional colorMapper to transform colors from the SVG.

Implementation

const SvgLoader({
  this.theme,
  this.colorMapper,
});