KeepAliveWidget constructor

const KeepAliveWidget({
  1. Key? key,
  2. bool keepAlive = true,
})

Implementation

const KeepAliveWidget({Key? key, this.keepAlive = true}) : super(key: key);