CustomScreen constructor

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

Implementation

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