CSvg constructor

CSvg(
  1. String filename, {
  2. Key? key,
  3. EdgeInsetsGeometry? margin,
  4. double? width,
  5. double? height,
  6. EdgeInsetsGeometry? padding,
  7. Border? border,
  8. int? flex,
  9. Style? style,
  10. Color? color,
  11. BoxFit? fit,
  12. bool? expanded,
  13. Decoration? decoration,
  14. bool? visible,
  15. double? borderRadius,
  16. dynamic onTap()?,
  17. Color? backgroundColor,
  18. Alignment? alignment,
  19. String? tag,
})

Implementation

CSvg(this.filename,
    {super.key,
    super.margin,
    super.width,
    super.height,
    super.padding,
    super.border,
    super.flex,
    super.style,
    this.color,
    this.fit,
    super.expanded,
    super.decoration,
    super.visible,
    super.borderRadius,
    super.onTap,
    super.backgroundColor,
    super.alignment,
    super.tag});