SocialLoginButton constructor
const
SocialLoginButton({
- Key? key,
- required SocialProvider provider,
- required VoidCallback? onPressed,
- String? label,
- double? width,
- double? height,
- bool isLoading = false,
- bool enabled = true,
Implementation
const SocialLoginButton({
super.key,
required this.provider,
required this.onPressed,
this.label,
this.width,
this.height,
this.isLoading = false,
this.enabled = true,
});