LogoWidget constructor

const LogoWidget({
  1. Key? key,
  2. String? logoImagePath,
  3. double? height,
  4. bool dark = false,
  5. Color? color,
})

Implementation

const LogoWidget({super.key, this.logoImagePath, this.height, this.dark = false, this.color});