SvgLoader<T> constructor

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

See class doc.

Implementation

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