KeepAlivePage constructor

const KeepAlivePage({
  1. Key? key,
  2. required Widget child,
})

Implementation

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