GithubLogo constructor

const GithubLogo({
  1. Key? key,
  2. double size = 18,
})

Implementation

const GithubLogo({Key? key, this.size = 18}) : super(key: key);