LogoOverlay constructor

const LogoOverlay({
  1. Key? key,
  2. double width = 120,
})

Implementation

const LogoOverlay({super.key, this.width = 120});