OpenWSvgPicture constructor
const
OpenWSvgPicture({})
Returns a Svg Picture widget
Implementation
const OpenWSvgPicture({
super.key,
required super.nodeState,
required this.image,
required this.width,
required this.height,
required this.boxFit,
required this.fill,
});