HomePage constructor

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

Implementation

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