Logo constructor

const Logo({
  1. Key? key,
})

Implementation

const Logo({Key? key}) : super(key: key);