SvgAsset constructor

const SvgAsset(
  1. String? package,
  2. String key,
  3. String path
)

Creates a SvgAsset.

Implementation

const SvgAsset(super.package, super.key, super.path);