KeepAliveWrapper constructor

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

Implementation

const KeepAliveWrapper({Key? key, this.child}) : super(key: key);