GtdGradientSvg constructor

const GtdGradientSvg({
  1. required Widget image,
  2. double? width,
  3. double? height,
  4. required Gradient gradient,
  5. Key? key,
})

Implementation

const GtdGradientSvg({required this.image, this.width, this.height, required this.gradient, super.key});