SvgClip constructor

const SvgClip({
  1. Key? key,
  2. required ClipAsset asset,
  3. required Widget child,
})

Implementation

const SvgClip({Key? key, required this.asset, required this.child})
    : super(key: key);