LangAppleSignInButton constructor

const LangAppleSignInButton({
  1. required String btnText,
  2. required VoidCallback onPressed,
  3. LangButtonType type = LangButtonType.defaultButton,
  4. LangButtonStyle style = LangButtonStyle.black,
  5. double cornerRadius = 6,
})

Implementation

const LangAppleSignInButton({
  required this.btnText,
  required this.onPressed,
  this.type = LangButtonType.defaultButton,
  this.style = LangButtonStyle.black,
  this.cornerRadius = 6,
});