SignInButton.mini constructor
SignInButton.mini({
- required ButtonType buttonType,
- required VoidCallback? onPressed,
- ButtonSize buttonSize = ButtonSize.small,
- Color? btnColor,
- Color? btnDisabledColor,
- double elevation = 5.0,
- double? padding,
- CustomImage? customImage,
Implementation
SignInButton.mini({
required this.buttonType,
required this.onPressed,
this.buttonSize = ButtonSize.small,
this.btnColor,
this.btnDisabledColor,
this.elevation = 5.0,
this.padding,
this.customImage,
}) : mini = true;