FpjWidgetImageSvg constructor

const FpjWidgetImageSvg({
  1. Key? key,
  2. required String url,
  3. BlendMode? colorBlendMode,
  4. double? w,
  5. double? h,
  6. Color? color,
  7. double? size,
})

Implementation

const FpjWidgetImageSvg({super.key, required this.url, this.colorBlendMode,this.w, this.h, this.color, this.size});