AwsMotleyButton constructor

AwsMotleyButton({
  1. Key? key,
  2. BorderRadiusGeometry? borderRadius,
  3. void onPressed()?,
  4. AwsThemeMotleyButton? theme,
  5. required Widget child,
})

Implementation

AwsMotleyButton({
  Key? key,
  this.borderRadius,
  this.onPressed,
  this.theme,
  required this.child,
}) : super(key: key);