KeepAliveWarpperWidget constructor

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

Implementation

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