Page2 constructor

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

Implementation

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