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