GitHubButton constructor
const
GitHubButton({
- required String repo,
- 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});