CSvg constructor
CSvg(
- String filename, {
- Key? key,
- EdgeInsetsGeometry? margin,
- double? width,
- double? height,
- EdgeInsetsGeometry? padding,
- Border? border,
- int? flex,
- Style? style,
- Color? color,
- BoxFit? fit,
- bool? expanded,
- Decoration? decoration,
- bool? visible,
- double? borderRadius,
- dynamic onTap()?,
- Color? backgroundColor,
- Alignment? alignment,
- 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});