Logo constructor

const Logo({
  1. String? iconPath,
  2. String? title,
  3. Key? key,
})

Implementation

const Logo({
  this.iconPath,
  this.title,
  super.key,
});