BloomLogo constructor

const BloomLogo({
  1. Key? key,
  2. double size = 40,
})

Creates a BloomLogo icon widget with the specified logical pixel size.

Implementation

const BloomLogo({super.key, this.size = 40});