AppLogo constructor

const AppLogo({
  1. Key? key,
  2. String? logoPath,
  3. double? width,
  4. double? height,
  5. BoxFit? fit,
})

Implementation

const AppLogo({super.key, this.logoPath, this.width, this.height, this.fit});