CustomPage constructor

const CustomPage({
  1. LocalKey? key,
  2. String? name,
  3. required Widget child,
})

Implementation

const CustomPage({super.key, super.name, required this.child});