SvgImageInfo constructor

SvgImageInfo({
  1. required String path,
  2. double? radius,
})

Implementation

SvgImageInfo({
  required this.path,
  this.radius,
});