KeepAlive constructor

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

Implementation

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