SocialSignInButton.apple constructor

const SocialSignInButton.apple({
  1. void onPressed()?,
  2. String? label,
  3. ButtonSize size,
  4. bool fullWidth,
  5. bool disabled,
  6. bool loading,
  7. Key? key,
})

Implementation

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