SvgWidget constructor

const SvgWidget(
  1. String path, {
  2. Key? key,
  3. double? width,
  4. double? height,
  5. Color? color,
  6. BoxFit? fit,
  7. bool useOriginalColor = false,
})

Implementation

const SvgWidget(
  this.path, {
  super.key,
  this.width,
  this.height,
  this.color,
  this.fit,
  this.useOriginalColor = false,
});