AliveView constructor

const AliveView({
  1. Key? key,
  2. required Widget child,
  3. bool keepAlive = true,
})

Implementation

const AliveView({super.key, required this.child, this.keepAlive = true});