Welcome constructor

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

Implementation

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