SocialSignInButton.apple constructor
const
SocialSignInButton.apple({})
Implementation
const factory SocialSignInButton.apple({
void Function()? onPressed,
String? label,
ButtonSize size,
bool fullWidth,
bool disabled,
bool loading,
Key? key,
}) = _AppleSignInButton;