DutatoLogo constructor

const DutatoLogo({
  1. Key? key,
  2. double size = 96,
})

Implementation

const DutatoLogo({super.key, this.size = 96});