HuaweiIdAuthButton constructor

const HuaweiIdAuthButton({
  1. Key? key,
  2. required VoidCallback onPressed,
  3. double? width,
  4. double? height,
  5. double? elevation,
  6. AuthButtonRadius? borderRadius,
  7. AuthButtonBackground? buttonColor,
  8. FontWeight? fontWeight,
  9. double? fontSize,
  10. Color? textColor,
  11. AuthButtonTheme? theme,
  12. double? padding,
})

Implementation

const HuaweiIdAuthButton(
    {Key? key,
    required this.onPressed,
    this.width,
    this.height,
    this.elevation,
    this.borderRadius,
    this.buttonColor,
    this.fontWeight,
    this.fontSize,
    this.textColor,
    this.theme,
    this.padding})
    : super(key: key);