GoogleButton constructor
const
GoogleButton({
- Key? key,
- VoidCallback? onPressed,
- bool disabled = false,
Implementation
const GoogleButton({
Key? key,
this.onPressed,
this.disabled = false,
}) : super(key: key);