LangAppleSignInButton constructor
const
LangAppleSignInButton({
- Key? key,
- required String btnText,
- required VoidCallback onPressed,
- LangButtonType type = LangButtonType.defaultButton,
- LangButtonStyle style = LangButtonStyle.black,
- double cornerRadius = 6,
Implementation
const LangAppleSignInButton({super.key,
required this.btnText,
required this.onPressed,
this.type = LangButtonType.defaultButton,
this.style = LangButtonStyle.black,
this.cornerRadius = 6,
});