LottieAsset constructor

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

Creates a LottieAsset.

Implementation

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