AwsThemeMotleyButton constructor

AwsThemeMotleyButton({
  1. AwsGradientMotleyButton? gradient,
  2. AwsShadowMotleyButton? shadow,
  3. bool boxShadow = false,
})

Implementation

AwsThemeMotleyButton({this.gradient, this.shadow, this.boxShadow = false});