Homepage constructor

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

Implementation

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