AutoKeepAliveWidget constructor

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

Implementation

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