GoogleButton constructor
const
GoogleButton({})
Implementation
const GoogleButton(
{Key? key,
required this.onPressed,
this.buttonColor,
this.iconColor,
this.iconSize,
this.isMinSize})
: super(key: key);