CustomPageView constructor Null safety

const CustomPageView(
  1. {Key? key}
)

Implementation

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