GradientBackground constructor

GradientBackground({
  1. required String textColor1,
  2. required String color1,
  3. required String color2,
  4. required String textColor2,
})

Implementation

GradientBackground({required this.textColor1, required this.color1, required this.color2, required this.textColor2});