GoogleLogo constructor

const GoogleLogo({
  1. Key? key,
  2. double size = 14,
})

Implementation

const GoogleLogo({super.key, this.size = 14});