AppleLoginButton constructor
const
AppleLoginButton({
- Key? key,
- VoidCallback? onPressed,
- String text = 'Apple로 로그인',
- double? width,
- double? height,
- double borderRadius = 6,
- bool isDark = true,
- ButtonSize size = ButtonSize.medium,
- bool isLoading = false,
- bool disabled = false,
Implementation
const AppleLoginButton({
super.key,
this.onPressed,
this.text = 'Apple로 로그인',
this.width,
this.height,
this.borderRadius = 6,
this.isDark = true,
this.size = ButtonSize.medium,
this.isLoading = false,
this.disabled = false,
});