Page1 constructor

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

Implementation

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