svgAsset property

SvgAsset? svgAsset

Implementation

SvgAsset? get svgAsset => isSVG ? SvgAsset(this) : null;