KeepAliveWidget constructor

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

Implementation

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