GtdGradientImage constructor

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

Implementation

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