SvgProvider constructor

const SvgProvider(
  1. String path, {
  2. Size? size,
  3. double? scale,
  4. Color? color,
  5. SvgSource source = SvgSource.asset,
})

Implementation

const SvgProvider(
  this.path, {
  this.size,
  this.scale,
  this.color,
  this.source = SvgSource.asset,
});