AwsGradientMotleyButton constructor

AwsGradientMotleyButton({
  1. required List<Color> colors,
  2. List<double>? stops,
  3. BlendMode backgroundBlendMode = BlendMode.srcOver,
})

Implementation

AwsGradientMotleyButton(
    {required this.colors,
    this.stops,
    this.backgroundBlendMode = BlendMode.srcOver});