AwsShadowMotleyButton constructor

AwsShadowMotleyButton({
  1. required Color color,
  2. double blurRadius = 10.0,
  3. BlurStyle blurStyle = BlurStyle.outer,
})

Implementation

AwsShadowMotleyButton(
    {required this.color,
    this.blurRadius = 10.0,
    this.blurStyle = BlurStyle.outer});