CustomPage constructor

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

Implementation

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