LinearGradientModel constructor

LinearGradientModel({
  1. required List<Color> shaderColors,
  2. List<double>? shadowColorsStops,
})

Implementation

LinearGradientModel({required this.shaderColors, this.shadowColorsStops});