GradientImage constructor
      const
      GradientImage({})
     
    
    
Implementation
const GradientImage(
    {this.imagePath,
    this.width,
    this.height,
    this.colors = const [],
    this.child,
    Key? key})
    : super(key: key);