LogoWidget constructor

const LogoWidget({
  1. Key? key,
  2. void handleClickLogoOverride()?,
  3. bool isOnLightBackground = false,
})

Implementation

const LogoWidget({
  super.key,
  this.handleClickLogoOverride,
  this.isOnLightBackground = false,
});