AppleLogo constructor

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

Implementation

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