GitHubButton constructor

const GitHubButton({
  1. required String repo,
  2. Key? key,
})

Create a new GitHubButton component that links to the specified GitHub repo and shows the amount of stars and forks it has.

Implementation

const GitHubButton({required this.repo, super.key});