SignInButton constructor

const SignInButton(
  1. Buttons button, {
  2. Key? key,
  3. required VoidCallback onPressed,
  4. String? text,
  5. ShapeBorder? shape,
})

Implementation

const SignInButton(this.button,
    {super.key, required this.onPressed, this.text, this.shape});