SignInButton constructor
SignInButton({
- Key? key,
- Button button = Button.YoutubeDark,
- double borderRadius = 5,
- double height = 40,
- double iconSize = 24,
- bool mini = false,
- bool small = false,
- bool showText = true,
- dynamic onPressed()?,
- Color splashColor = Colors.white30,
- String? text = '',
- double textSize = 15,
- double width = double.infinity,
- bool spanish = false,
Implementation
SignInButton({
Key? key,
this.button = Button.YoutubeDark,
this.borderRadius = 5,
this.height = 40,
this.iconSize = 24,
this.mini = false,
this.small = false,
this.showText = true,
this.onPressed,
this.splashColor = Colors.white30,
this.text = '',
this.textSize = 15,
this.width = double.infinity,
this.spanish = false,
}) : super(key: key);