SvgTheme constructor

const SvgTheme({
  1. Color? currentColor,
})

Instantiates an SVG theme with the currentColor.

Implementation

const SvgTheme({
  this.currentColor,
});